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

Add autochange log generation and commit message linting #26

Open
tplooker opened this issue Jun 25, 2020 · 2 comments
Open

Add autochange log generation and commit message linting #26

tplooker opened this issue Jun 25, 2020 · 2 comments
Assignees

Comments

@tplooker
Copy link
Member

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 tplooker assigned OR13 and unassigned OR13 Jun 25, 2020
@OR13
Copy link
Contributor

OR13 commented Jun 26, 2020

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?

@gjgd
Copy link
Member

gjgd commented Jun 26, 2020

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/

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

3 participants