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

chore: enforce Conventional Commits through commitlint #6483

Merged
merged 1 commit into from Oct 8, 2020

Conversation

mathiasbynens
Copy link
Member

This patch sets up commitlint to enforce the Conventional Commits format. This check runs with the other lint checks as part of npm run lint, and a Git commit hook is set up via Husky for automated local checks.

Issue: #6482

This patch sets up commitlint to enforce the Conventional Commits format. This check runs with the other lint checks as part of npm run lint, and a Git commit hook is set up via Husky for automated local checks.

Issue: #6482
@mathiasbynens mathiasbynens merged commit 936ccdc into main Oct 8, 2020
@mathiasbynens mathiasbynens deleted the enforce-conventional-commits branch October 8, 2020 10:04
mathiasbynens added a commit that referenced this pull request Oct 8, 2020
As long as we follow Conventional Commits for our commit messages (which is now enforced since #6483), we can automate the creation of this changelog, which enables us to later automate the release process altogether.

Issue: #6482
mathiasbynens added a commit that referenced this pull request Oct 29, 2020
As long as we follow Conventional Commits for our commit messages (which is now enforced since #6483), we can automate the maintenance of this new changelog, which enables us to later automate the release process altogether.
This patch also eliminates the versioning decision-making process by automating it based on our commit messages.
Issue: #6482
mathiasbynens added a commit that referenced this pull request Oct 29, 2020
As long as we follow Conventional Commits for our commit messages (which is now enforced since #6483), we can automate the maintenance of this new changelog, which enables us to later automate the release process altogether.

This patch also eliminates the versioning decision-making process by automating it based on our commit messages.

Issue: #6482
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants