GitHubReleaseNotes
GitHubReleaseNotes copied to clipboard
Remove the number of commits in the release notes
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 one merge commit besides the related fix/feature commit which means that even for a hotfix we list at least 2 commits. Also it doesn't provide valuable information anyway and the logic to implement it correctly could be simplified a lot.