Compare commits
2 Commits
081b57d97f
...
d0d24eb332
Author | SHA1 | Date | |
---|---|---|---|
d0d24eb332 | |||
3aaefd971b |
@ -40,6 +40,8 @@ steps:
|
||||
- git config --global push.default current
|
||||
- yarn
|
||||
- yarn release
|
||||
- git add package.json
|
||||
- git commit -m ${DRONE_TAG}
|
||||
- name: push to repo
|
||||
image: appleboy/drone-git-push
|
||||
depends_on: [bump_patch]
|
||||
|
@ -15,12 +15,12 @@
|
||||
},
|
||||
"release-it": {
|
||||
"git": {
|
||||
"commit": true,
|
||||
"commit": false,
|
||||
"requireCleanWorkingDir": false,
|
||||
"requireBranch": "main",
|
||||
"commitMessage": "🚀RELEASE ${version} [CI SKIP]",
|
||||
"push": false,
|
||||
"tag": true,
|
||||
"tag": false,
|
||||
"tagName": "${version}",
|
||||
"tagAnnotation": "${version}"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user