Add git for changelog fun
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nicolai Ort 2023-02-02 10:23:11 +01:00
parent 9cc66eebdf
commit 2fa56b82d1
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ steps:
depends_on: ["clone"]
image: registry.odit.services/hub/library/node:19.5.0-alpine3.16
commands:
- apk add git
- npx auto-changelog --commit-limit false -p -u --hide-credit
- name: push new changelog to repo
depends_on: ["run changelog export"]