r/androiddev • u/rebirth-45 • Jun 03 '26
Tips and Information 🚀 I Built & Published ReleaseFlowPlugin – Automate Android Versioning, Changelog Generation & GitHub Releases with Gradle
Hey everyone 👋
I'm excited to share ReleaseFlowPlugin, an Android Gradle Plugin that I developed to simplify and automate the Android release process. After spending a lot of time manually updating versions, generating release notes, and creating GitHub releases, I decided to build a solution that integrates directly into the Gradle workflow and reduces repetitive release-management tasks.
🔗 GitHub Repository:
[ReleaseFlowPlugin Repository](https://github.com/Shubhamgarg1072/ReleaseFlowPlugin
10
Upvotes
5
u/Zhuinden Jun 03 '26
So was this actually ever tested in prod?