refactor: modernize drone config #1

Merged
xoxys merged 22 commits from refactor into master 2021-10-24 14:44:01 +02:00
1 changed files with 1 additions and 5 deletions
Showing only changes of commit a2c74861d8 - Show all commits

View File

@ -24,16 +24,12 @@ steps:
commands:
- git fetch -tq
- git-chglog --no-color --no-emoji -o CHANGELOG.md ${DRONE_TAG:---next-tag unreleased unreleased}
depends_on:
- tags
- name: changelog-format
image: thegeeklab/alpine-tools
commands:
- prettier CHANGELOG.md
- prettier -w CHANGELOG.md
depends_on:
- changelog-generate
- name: publish-gitea
image: plugins/gitea-release
@ -96,6 +92,6 @@ depends_on:
---
kind: signature
hmac: ef12dc4cc2bd5bdd48ad22c1671fbc838e4e3e40163b3a3a3b8c893d19ea7e19
hmac: d02216518e73eccca0f72dc7b5dd8553b6fc44d8bb43513bc38ed49cb458bb3d
...