chore: add commitlint, husky and release-it

This commit is contained in:
divlo
2020-12-27 18:18:34 +01:00
parent f66fcdc79b
commit 5cb97809bb
2 changed files with 43 additions and 12 deletions

1
commitlint.config.js Normal file
View File

@@ -0,0 +1 @@
module.exports = { extends: ['@commitlint/config-conventional'] }