forked from commitizen/cz-conventional-changelog
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Allow skipping the type #74
Labels
Comments
s-hoff
added a commit
to s-hoff/cz-conventional-changelog-for-jira
that referenced
this issue
Nov 14, 2022
I started working on this in #75 but its still printing |
I think this makes sense. I will approve it when your PR is done 😁 |
juliuscc
pushed a commit
that referenced
this issue
Dec 12, 2022
🎉 This issue has been resolved in version 7.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're trying to replace a custom commit-msg hook that used the branch names to add JIRA issues to the front of our commits with a commitizen/commitlint setup. Right now, we can't add any of the other of conventional-changelogs features yet but would like to already start using commitizen for our current convention.
Since there is already a skip option for most things, adding a skipType as well would allow us to just plug in commitizen right now.
The text was updated successfully, but these errors were encountered: