Adds a new CHANGELOG.next-release.md to the repository: This file will contain unreleased changes
Adds a new CHANGELOG.md to the repository: This file will contain changelogs for all released versions
The contents of CHANGELOG.next-release.md will be prepend with a new heading for the version to CHANGELOG.md on release AND used for the GH release notes
In addition, the versions of relevant dependencies are appended to the release notes automatically
Example:
I've tested the release note generation steps using GH actions in my fork of the repo.
CHANGELOG.next-release.md
to the repository: This file will contain unreleased changesCHANGELOG.md
to the repository: This file will contain changelogs for all released versionsCHANGELOG.next-release.md
will be prepend with a new heading for the version toCHANGELOG.md
on release AND used for the GH release notesIn addition, the versions of relevant dependencies are appended to the release notes automatically
Example:
I've tested the release note generation steps using GH actions in my fork of the repo.