Compare commits

..

No commits in common. "d0d24eb33292a07af6b5efd990ff2cc8ee1adbad" and "081b57d97f123f78230529c0d34ac35ec41d1c4d" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -40,8 +40,6 @@ 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]

View File

@ -15,12 +15,12 @@
},
"release-it": {
"git": {
"commit": false,
"commit": true,
"requireCleanWorkingDir": false,
"requireBranch": "main",
"commitMessage": "🚀RELEASE ${version} [CI SKIP]",
"push": false,
"tag": false,
"tag": true,
"tagName": "${version}",
"tagAnnotation": "${version}"
},