-
Notifications
You must be signed in to change notification settings - Fork 440
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 "content" case #15
Comments
Hi there and thanks for the suggestion. We cz-conventional-changelog follows the conventional-changelog convention, but you are free to fork it to make the changes you want. Currently the best bet is to follow these steps:
|
Hi @jimthedev, thanks for the suggestion. I figured it was possible to create a modified version and use it. Still, I think the "content" case would be useful for everyone and not just for me, so it would make sense to include it in Can you please give me more details about the Also, the link in Thanks! Cheers |
You can suggest changes to the convention here: https://github.com/stevemao/conventional-changelog-angular/blob/master/index.js |
Good call on the readme. Link is now fixed. |
K thanks, I've posted a proposal in that repo! |
Hi,
I've been using the Angular commit messages convention fro more than a year now, and I find it great. If I understand correctly, this pretty much mirrors
cz-conventional-changelog
prompts.Imho, there's one type of commits that is very relevant though, and it's missing from the list: the "content" type.
Every time I'm working on an app or a website and I need to commit changes to its static content (e.g. text in a page, pictures, titles, etc.) I can't find a good fit in the existing commit types included in the list.
In fact, it's neither "feat", nor "style", nor "docs". Apart from this, I've found the list to be pretty exhaustive.
Therefore, I propose to include the "content" type in the list, with the description "A UI content change that only affects static text or images" (or something similar).
Please let me know your thoughts, and if you'd like me to create a PR for it.
Thanks! Cheers :)
The text was updated successfully, but these errors were encountered: