sidetree icon indicating copy to clipboard operation
sidetree copied to clipboard

Add autochange log generation and commit message linting

Open tplooker opened this issue 4 years ago • 2 comments

To aid in automatic changelog generation, enforcing commit messages of the following form by a combination of husky commitlint would allow a tool like conventional-changelog to automatically generate the changelog on releases of the reference implementation.

A sample of a project using this setup can be seen here

tplooker avatar Jun 25 '20 23:06 tplooker

we use this approach as well, I think this would be a major process and developer experience improvement.

@thehenrytsai @gjgd any comments on this approach?

OR13 avatar Jun 26 '20 00:06 OR13

Yay for conventional commits, that'd be a great addition to this project! Just note that all developers must agree and follow the convention otherwise the generated changelog documentation will be garbage

https://www.conventionalcommits.org/en/v1.0.0/

gjgd avatar Jun 26 '20 10:06 gjgd