GitReleaseManager
GitReleaseManager copied to clipboard
Add TODO lines to release notes
Detailed Description
Find and add any comment lines with "TODO" that were added with commits of that release and add them to the release notes.
So if your commit "Add user account creation" added the following line:
+ // TODO: creating user accounts with banned characters fails silently
Then the release notes should contain something along the lines of:
- #333 Add user account creation Known Limitations: creating user accounts with banned characters fails silently
Optionally one could also link the line where the TODO appeared.