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