commitizen / commitizen/cz-conventional-changelog
the ability to ignore pre-release commits
- Dominant language
- JavaScript
- Stars
- 793
- Forks
- 444
- PR merge metrics
- No merged PRs in 30d
Description
Use Case: we are tagging every commit to master with a release candidate pre-release tag (e.g. 1.2.3-RC.4) . Right now, we run changelog and it makes a new version entry for every pre-release, which is nice for unreleased changes... however, during a normal release, I'd like to re-generate the changelog, have it ignore pre-release tags, and only generate a changelog of full releases.
All this would take is for there to be an argument like `--ignore-pre-release` which would just not check tags with a `-` in it, when looking back to the previous tag.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.