A Github Action to automatically bump and tag master, on merge, with the latest SemVer formatted version. Works on any platform.
640
stars
201
forks
source link
Use conventionalcommits preset with @semantic-release/commit-analyzer #208
Open
andylolz opened 9 months ago
release-notes-generator uses conventionalcommits preset, but commit-analyzer doesn’t. This means changelogs and releases can end up out of sync.
For example, the following commit:
…will generate a changelog like this:
…but the commit-analyzer output is:
The expected output is: