adafruit / adabot

Adabot is our robot friend who helps Adafruit online
MIT License
13 stars 27 forks source link

Generated release notes & --title argument #384

Closed FoamyGuy closed 3 weeks ago

FoamyGuy commented 3 weeks ago

This removes the "manual" generation of release notes template file in favor of using the auto generated release notes that Github provides which will automatically include information about any PRs that have been merged for that release as well as a difference link.

It also adds --title argument to the CLI which can be used in order to set the title from the command line rather than having to dive into the code file and edit a hardcoded value.