We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7133a1e commit 05cf62cCopy full SHA for 05cf62c
.release-it.json
@@ -0,0 +1,15 @@
1
+{
2
+ "git": {
3
+ "commitMessage": "chore: release v${version}"
4
+ },
5
+ "github": {
6
+ "release": true,
7
+ "releaseName": "v${version}"
8
9
+ "plugins": {
10
+ "@release-it/conventional-changelog": {
11
+ "preset": "conventionalcommits",
12
+ "infile": "CHANGELOG.md"
13
+ }
14
15
+}
package.json
@@ -29,7 +29,7 @@
29
"prepublishOnly": "pnpm lint && pnpm test && pinst --disable",
30
"release": "release-it",
31
"test": "vitest run",
32
- "_postinstall": "husky install",
+ "postinstall": "husky install",
33
"postpublish": "pinst --enable"
34
},
35
"dependencies": {
0 commit comments