We format commit messages according to the conventional-commits specification.
This is how maintainers of this software will create a new release:
- Run
git tag <version> - Run
git-chglog -o CHANGELOG.md - Run
git push - Run
git push --tags
We format commit messages according to the conventional-commits specification.
This is how maintainers of this software will create a new release:
git tag <version>git-chglog -o CHANGELOG.mdgit pushgit push --tags