Automate Github Releases Pradumna Saraf
Do you know you can automate your GitHub Releases? Reasons why you should do that: - To distribute the software (Binary distribution). - Follow Semantic versioning practices. - It looks professional. Check out my blog on that. https://lnkd.in/dFGBF7Zc
That's very helpful Pradumna, can't wait to implement this in my next project 😄 Pradumna is an Open Source Developer, Docker Captain, and Microsoft MVP. He is passionate about Open Source and has mentored hundreds of people to break into the ecosystem. He also creates content on X (formerly Twitter) and LinkedIn, educating others about Open Source and DevOps tools. Pradumna enjoys engaging with people in person and delivering talks. To learn more about Pradumna, visit pradumnasaraf.dev.
Check out my two recent blogs if you haven't. - Automate your releases on GitHub: https://lnkd.in/gZimdd3c - Getting started with Conventional Commits: https://lnkd.in/d72bP4JJ - For more blogs: https://lnkd.in/dvu5Yxwz Contains all my learning related to DevOps tools and tech. To get a better user experience, visit the hosted version of this repo at devops.pradumnasaraf.dev This repo contains resources and materials to learn and get yourself started with Open Source, Git and GitHub. A dedicated open source developer and contributor with over 4 years of experience in coding, crafting technical content, community building, and delivering talks.
I'm also an enthusiastic team player, skilled at effective collaboration, and capable of working independently to achieve goals. A Python-based MCP server that integrates the AviationStack API to provide real-time and historical flight data via structured endpoints. Analyzes flight delays by comparing scheduled and actual arrival/departure times. Packaged on PyPI as a server with endpoints compatible with any MCP-enabled LLM client or automation stack. Tech Stack: Python, AviationStack API, UV, MCP A Node.js service that connects GitHub Webhooks with the Permit.io access control platform.
Listens to GitHub repository events and translates them into structured data for real-time authorization management. Uses Redis to persist incoming webhook events and retries failed syncs every 5 minutes, ensuring reliability even if Permit.io or the server is temporarily unavailable. Tech Stack: Node.js, Express.js, GitHub Webhooks, Redis, Permit.io SDK/API 💡 GitHub Actions tip When working with GoReleaser, I noticed many people manually push a git tag and then create a release. But not anymore. I set up a GitHub workflow that creates tags based on conventional commit messages and then uses GoReleaser to create a release automatically.
This saves tons of time and leaves almost zero room for error. Find complete code here: https://lnkd.in/dn9cH-gU
People Also Search
- Automate GitHub releases - Pradumna Saraf
- Pradumna Saraf on LinkedIn: Automate your releases on GitHub.
- Pradumnasaraf (Pradumna Saraf) · GitHub
- Pradumna Saraf on LinkedIn: Check out my two recent blogs if you haven ...
- GitHub - Pradumnasaraf/DevOps: I created this repository to keep my ...
- Pradumna's Blog
- DEV Community: Pradumna Saraf
- GitHub - Pradumnasaraf/open-source-with-pradumna: Open Source guide ...
- Pradumna Saraf
- Pradumna Saraf on LinkedIn: GitHub Actions tip When working with ...
Do You Know You Can Automate Your GitHub Releases? Reasons
Do you know you can automate your GitHub Releases? Reasons why you should do that: - To distribute the software (Binary distribution). - Follow Semantic versioning practices. - It looks professional. Check out my blog on that. https://lnkd.in/dFGBF7Zc
That's Very Helpful Pradumna, Can't Wait To Implement This In
That's very helpful Pradumna, can't wait to implement this in my next project 😄 Pradumna is an Open Source Developer, Docker Captain, and Microsoft MVP. He is passionate about Open Source and has mentored hundreds of people to break into the ecosystem. He also creates content on X (formerly Twitter) and LinkedIn, educating others about Open Source and DevOps tools. Pradumna enjoys engaging with p...
Check Out My Two Recent Blogs If You Haven't. -
Check out my two recent blogs if you haven't. - Automate your releases on GitHub: https://lnkd.in/gZimdd3c - Getting started with Conventional Commits: https://lnkd.in/d72bP4JJ - For more blogs: https://lnkd.in/dvu5Yxwz Contains all my learning related to DevOps tools and tech. To get a better user experience, visit the hosted version of this repo at devops.pradumnasaraf.dev This repo contains res...
I'm Also An Enthusiastic Team Player, Skilled At Effective Collaboration,
I'm also an enthusiastic team player, skilled at effective collaboration, and capable of working independently to achieve goals. A Python-based MCP server that integrates the AviationStack API to provide real-time and historical flight data via structured endpoints. Analyzes flight delays by comparing scheduled and actual arrival/departure times. Packaged on PyPI as a server with endpoints compati...
Listens To GitHub Repository Events And Translates Them Into Structured
Listens to GitHub repository events and translates them into structured data for real-time authorization management. Uses Redis to persist incoming webhook events and retries failed syncs every 5 minutes, ensuring reliability even if Permit.io or the server is temporarily unavailable. Tech Stack: Node.js, Express.js, GitHub Webhooks, Redis, Permit.io SDK/API 💡 GitHub Actions tip When working with...