Commit Graph

3 Commits

Author SHA1 Message Date
Alex Rudenko
8cd635dc6d
chore: remove subject-case rule from commitlint () 2022-03-07 10:43:24 +00:00
Mathias Bynens
a0d8a27856
chore: automate versioning + changelog ()
As long as we follow Conventional Commits for our commit messages (which is now enforced since ), 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: 
2020-10-29 10:53:51 +01:00
Mathias Bynens
936ccdca2c
chore: enforce Conventional Commits through commitlint ()
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: 
2020-10-08 12:04:15 +02:00