You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another minor issue is that the interface doesn't currently offer links to commit logs between each release.
However this is no longer the case. Projects that are making use of Github Releases as their changelog now have a feature for this. Each release includes a Compare dropdown that allows viewing the commits in between tags, the files that changed, and any comments left on the commits.
It may also be useful to point to relevant GitHub Actions. For instance, anton-yurchenko/git-release includes support for populating the release notes from keep-a-changelog changelogs!
I would suggest adding a recommendation to copy the latest CHANGELOG items to the GitHub/GitLab release notes (at least thats what I do and what is the major benefit of the Changelog -> quick release notes)
Currently this section mentions:
However this is no longer the case. Projects that are making use of Github Releases as their changelog now have a feature for this. Each release includes a
Compare
dropdown that allows viewing the commits in between tags, the files that changed, and any comments left on the commits.For example: https://github.com/crystal-lang/crystal/releases/tag/0.34.0 and the related diff crystal-lang/crystal@0.33.0...0.34.0.
The text was updated successfully, but these errors were encountered: