ngx-rocket / generator-ngx-rocket

:rocket: Extensible Angular 14+ enterprise-grade project generator
https://ngx-rocket.github.io/
MIT License
1.53k stars 216 forks source link

Add conventional changelog tool + documentation #160

Open sinedied opened 7 years ago

sinedied commented 7 years ago

Base on this article idea (point 6), I think that support for conventional changelog would be a nice addition and should be proposed as an option or add-on (to be discussed).

Any feedback and propositions welcome here 😃

It's already used in angular and other popular projects, and is a great way in my opinion to maintain changelog for apps. Here is the commit "spec": https://conventionalcommits.org

Tasks:

Fairen commented 4 years ago

To ensure the commit messages are corectly formated for conventional changelog generation, theses tools could be intersting :

What do you think ?

sinedied commented 4 years ago

Yes, you can take also some inspiration in the config used for publishing this package itself. Though the final public is done with semantic-release which may not be applicable to publish an angular app, that's why I suggested standard-version.