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

Add config option for custom types #93

Closed
Jackenmen opened this issue Aug 11, 2019 · 1 comment · Fixed by #104
Closed

Add config option for custom types #93

Jackenmen opened this issue Aug 11, 2019 · 1 comment · Fixed by #104
Labels

Comments

@Jackenmen
Copy link

Jackenmen commented Aug 11, 2019

I can see you're currently using angular's commit types (through npm package conventional-commit-types) and I think it would be a nice addition to add support for own commit types - either a config option like "additionalTypes" that would allow us to just add more types on top of the ones that are already in conventional-commit-types or a simple config option like "types" that would be used instead of conventional-commit-types.

Note that this isn't a request that requires you to support other conventional-changelog conventions and their different syntaxes, but just a request for an option that would allow people to extend already existing types with their own.

To add a little context, personally I would use this to add "enhance" type:

"enhance": {
    "description": "A code change that improves current functionality",
    "title": "Enhancements"
}
amaury-tobias added a commit to amaury-tobias/cz-conventional-changelog that referenced this issue Dec 20, 2019
Suport custom types declared on package.json > config > commitizen > types

fix commitizen#93
@commitizen-bot
Copy link

🎉 This issue has been resolved in version 3.2.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
Labels
Projects
None yet
2 participants