parent
6345666ae6
commit
b86263d972
@ -71,15 +71,15 @@ steps:
|
|||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- git clone $DRONE_REMOTE_URL .
|
- git clone $DRONE_REMOTE_URL .
|
||||||
- git checkout dev
|
- git checkout $DRONE_SOURCE_BRANCH
|
||||||
- name: generate changelog
|
- name: run changelog export
|
||||||
image: node:latest
|
image: node:latest
|
||||||
commands:
|
commands:
|
||||||
- npx auto-changelog --commit-limit false -p -u --hide-credit
|
- npx auto-changelog --commit-limit false -p -u --hide-credit
|
||||||
- name: push new licenses file to repo
|
- name: push new licenses file to repo
|
||||||
image: appleboy/drone-git-push
|
image: appleboy/drone-git-push
|
||||||
settings:
|
settings:
|
||||||
branch: dev
|
branch: $DRONE_SOURCE_BRANCH
|
||||||
commit: true
|
commit: true
|
||||||
commit_message: 🧾New changelog file version [CI SKIP]
|
commit_message: 🧾New changelog file version [CI SKIP]
|
||||||
author_email: bot@odit.services
|
author_email: bot@odit.services
|
||||||
|
Loading…
x
Reference in New Issue
Block a user