Skip to content

Commit 894d7b0

Browse files
committed
Chore: release-it config
1 parent 382baa0 commit 894d7b0

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Diff for: .npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
registry = https://registry.npmjs.org/
12
package-lock = false

Diff for: package.json

+6
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,11 @@
6464
},
6565
"engines": {
6666
"node": "12.* || 14.* || >= 16.*"
67+
},
68+
"hooks": {
69+
"after:bump": "auto-changelog -p"
70+
},
71+
"github": {
72+
"release": true
6773
}
6874
}

0 commit comments

Comments
 (0)