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

Feature request: Option to change the format of the scope #936

Open
danielgroen opened this issue May 17, 2022 · 1 comment
Open

Feature request: Option to change the format of the scope #936

danielgroen opened this issue May 17, 2022 · 1 comment

Comments

@danielgroen
Copy link

By default it would look something this:
feat(TI-05): ✨ added the new blocks container

However how i need it is like this:
feat: TI-05 - added the new blocks container

is it possible to add a option to determine the scope, something like this:

{
scopeFormat: "(scope):" // would be the default
}

but by changing this to this:

{
scopeFormat: " :scope" // would be the default
}

would result in: feat: TI-05 - added the new blocks container

@Zhengqbbb
Copy link
Contributor

🤔 But the format not follow AngularJS's commit message convention

https://github.com/commitizen/cz-cli#making-your-repo-commitizen-friendly

And I don't know if the changelog can be automatically generated in this way

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

2 participants