Compare commits
5 Commits
d0d24eb332
...
3.15.1
| Author | SHA1 | Date | |
|---|---|---|---|
| e85a2c6e93 | |||
|
131494a7d8
|
|||
|
72805144ed
|
|||
|
ae5fde95d9
|
|||
|
673c294e22
|
@@ -38,10 +38,10 @@ steps:
|
||||
commands:
|
||||
- apk add git
|
||||
- git config --global push.default current
|
||||
- git branch --set-upstream-to=origin/main main
|
||||
- yarn
|
||||
- yarn release
|
||||
- git add package.json
|
||||
- git commit -m ${DRONE_TAG}
|
||||
- git pull
|
||||
- name: push to repo
|
||||
image: appleboy/drone-git-push
|
||||
depends_on: [bump_patch]
|
||||
@@ -50,7 +50,7 @@ steps:
|
||||
author_email: bot@odit.services
|
||||
followtags: true
|
||||
branch: main
|
||||
remote: git@git.odit.services:lfk/scanclient-live.git
|
||||
remote: git@git.odit.services:odit/nginx-brotli.git
|
||||
skip_verify: true
|
||||
ssh_key:
|
||||
from_secret: git_ssh
|
||||
|
||||
11
package.json
11
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nginx-brotli",
|
||||
"version": "3.15.0",
|
||||
"version": "3.15.1",
|
||||
"description": "NGINX Base Image feat. brotli",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -11,16 +11,17 @@
|
||||
"release-it": "^15.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"release":"release-it --patch --ci"
|
||||
"release": "release-it --patch --ci"
|
||||
},
|
||||
"release-it": {
|
||||
"git": {
|
||||
"commit": false,
|
||||
"commit": true,
|
||||
"requireCleanWorkingDir": false,
|
||||
"requireUpstream": false,
|
||||
"requireBranch": "main",
|
||||
"commitMessage": "🚀RELEASE ${version} [CI SKIP]",
|
||||
"push": false,
|
||||
"tag": false,
|
||||
"tag": true,
|
||||
"tagName": "${version}",
|
||||
"tagAnnotation": "${version}"
|
||||
},
|
||||
@@ -28,4 +29,4 @@
|
||||
"publish": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user