Skip to content

Commit 1a9b25d

Browse files
committed
feat: add release-it
1 parent edaf158 commit 1a9b25d

File tree

4 files changed

+4972
-232
lines changed

4 files changed

+4972
-232
lines changed

.husky/commit-msg

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npx commitlint --edit

commitlint.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
extends: ["@commitlint/config-conventional"],
3+
};

0 commit comments

Comments
 (0)