This is an automated archive made by the Lemmit Bot.

The original was posted on /r/androiddev by /u/dilixoid on 2023-10-22 22:35:28.


Handle release notes for internal and external releases

I have folder in which release notes for upcoming versions are accumulated.X.X.X+{num} let us to deliver intermediate version with proper release notes to internal QA team.

For public release all X.X.X notes could be combined into one pretty release note.

Am I missing smth and maybe is there a better way to handle release notes for both internal and external releases?