Skip to content

Commit 149fd75

Browse files
committed
chore: modify release it json
1 parent 46a209e commit 149fd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.release-it.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"hooks": {
1818
"after:bump": "git add CHANGELOG.md && echo 更新版本${version}成功!添加changelog的commit成功!",
19-
"after:release": "git checkout master && git pull origin master && git push origin master:stable-v${version}"
19+
"after:release": "git checkout master && git push origin master:stable-v${version} || true"
2020
},
2121
"plugins": {
2222
"@release-it/bumper": {

0 commit comments

Comments
 (0)