GitHubReleaseNotes
GitHubReleaseNotes copied to clipboard
Generate release notes based on github issues assigned to milestones
if you are using support branches and merge a hotfix into a support branch then the number of commits is wrongly calculated Here are a few examples https://github.com/Particular/NServiceBus/releases/tag/4.1.8 https://github.com/Particular/NServiceBus/releases/tag/4.0.11
https://github.com/GitTools/GitReleaseManager Pros: - We no longer need to maintain our own version of this tool. - Configurable so different projects can have different settings. Cons: - Not controlled by us,...
In the core repo, we're experimenting with adding milestones to every PR to help interested users to find out which release contains these changes (without digging in the git commits...
We have all been there where we run the release notes generator and certain issues appear in the release notes even though we do not want them to. The current...
The current release notes list the number of commits associated to a specific release. That number is basically useless and also not really accurate, as we always have at least...
As part of generating a release, all the issues for the milestone should be closed. If they are not, throw. This is the same as if an issue for the...
Rather than the current release notes format, where we include a section of the body of the issue we should just use the issue title and number like so. **Bugs**...
Beside the scope of #7, it may also be a good thing to identify in the ReleaseNotes pull requests that have been created by contributors outside of the Particular organization....
When apicomparer.particular.net is released we should add the following section in our releasenotes Example for NServiceBus 4.3.3 ### API Changes [Previous](http://apicomparer.particular.net/compare/NServiceBus/4.3.2...4.3.3) [Since last major](http://apicomparer.particular.net/compare/NServiceBus/4.0...4.3.3) [Previous major](http://apicomparer.particular.net/compare/NServiceBus/3...4.3.3)
Seems like slack and a few other tools have issues with that formatting