Skip to content

Commit 88c6a3f

Browse files
authored
chore(release): fixed release-it config (#245)
1 parent c400aac commit 88c6a3f

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.release-it.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"tagName": "v${version}",
77
"requireCleanWorkingDir": true,
88
"requireUpstream": true,
9-
"push": true
9+
"push": true,
10+
"commitArgs": ["--no-verify"],
11+
"tagArgs": ["--no-sign"]
1012
},
1113
"github": {
1214
"release": true,
@@ -17,11 +19,7 @@
1719
"skipChecks": true
1820
},
1921
"hooks": {
20-
"before:init": [
21-
"pnpm run lint",
22-
"pnpm run build",
23-
"git fetch --prune --prune-tags origin"
24-
]
22+
"before:init": ["git fetch --prune --prune-tags origin"]
2523
},
2624
"plugins": {
2725
"@release-it/conventional-changelog": {

0 commit comments

Comments
 (0)