-
Notifications
You must be signed in to change notification settings - Fork 23
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
[enhancement] add an option to choose whether to use <scope>
#11
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
I think we should list commits without |
Everything looks good 👍 |
this one defines it as optional https://www.conventionalcommits.org/en/v1.0.0/ |
related bug #73 |
so reading through https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#-commit-message-guidelines it is stated that |
When I first created this repo, I suppose myself to commit all with a scope. But I think it is also very important to pick up commits without scope, so I open this issue. You propose a good suggestion. I will take into account of this when I am free this week. Thank you very much! |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue. |
Is your feature request related to a problem? Please describe
The changelog generater is designed for commits that follows angularjs's convention. The
<header>
should be like this:<type>(<scope>): <subject>
. However,<scope>
is optional in many projects, so I think it is better for users to choose if generater detects<scope>
Description of the new feature/enhancement
An new option to choose if detect
<scope>
in commit message<header>
. It is set totrue
be default, which means to detect it.Proposed technical implementation details (optional)
If this new option is set to
false
, then the program will match<type>:
or<type>(<scope>):
but ignore<scoope>
.Additional context
The text was updated successfully, but these errors were encountered: