Skip to content

Commit 2651029

Browse files
committed
feat: migrate to semantic-release 24
1 parent a57ef3b commit 2651029

File tree

5 files changed

+6304
-2266
lines changed

5 files changed

+6304
-2266
lines changed

.husky/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

.husky/commit-msg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
# . "$(dirname "$0")/_/husky.sh"
3+
4+
npx --no -- commitlint --edit "$1"

commitlint.config.js

Lines changed: 3 additions & 0 deletions
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)