Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the ability to ignore pre-release commits #95

Open
jrosen opened this issue Aug 29, 2019 · 0 comments
Open

the ability to ignore pre-release commits #95

jrosen opened this issue Aug 29, 2019 · 0 comments

Comments

@jrosen
Copy link

jrosen commented Aug 29, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant