Alpha Release 0.0.12 #98

Merged
niggl merged 76 commits from dev into main 2021-01-13 19:33:09 +00:00
Showing only changes of commit b86263d972 - Show all commits

View File

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