Skip to content

Commit 0d5408d

Browse files
wh131462thinkasany
andauthored
chore(release): set new branch by correct command (#42)
* docs: add contributors markdown * ci(release): modify ci to release when tag add and change the release-it to create new branch * feat(update): check update when first run lc and will be not allow until one day * chore(release): set new branch by correct command * docs: update QRCode (#39) * docs: simplified doc * chore: release v1.0.9-0 --------- Co-authored-by: thinkasany <480968828@qq.com>
1 parent b9e6de5 commit 0d5408d

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 checkout -b stable-v${version} && git push origin stable-v${version}"
19+
"after:release": "git checkout master && git pull origin master && git push origin master:stable-v${version}"
2020
},
2121
"plugins": {
2222
"@release-it/bumper": {

0 commit comments

Comments
 (0)