GitReleaseManager icon indicating copy to clipboard operation
GitReleaseManager copied to clipboard

Add TODO lines to release notes

Open laino opened this issue 5 years ago • 0 comments

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.

laino avatar Jan 10 '20 12:01 laino