Alpha Release 0.0.12 #98

Merged
niggl merged 76 commits from dev into main 2021-01-13 19:33:09 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 4c26fc808e - Show all commits

View File

@ -59,7 +59,7 @@ steps:
image: node:latest
commands:
- npx auto-changelog --commit-limit false -p -u --hide-credit
- name: push new licenses file to repo
- name: push new changelog to repo
image: appleboy/drone-git-push
settings:
branch: dev

View File

@ -84,7 +84,7 @@
"git": {
"commit": true,
"requireCleanWorkingDir": false,
"commitMessage": "🚀Bumped version to v${version}.",
"commitMessage": "🚀Bumped version to v${version}",
"requireBranch": "dev",
"push": false,
"tag": false