Add git for changelog fun
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-02 10:23:11 +01:00
parent 9cc66eebdf
commit 2fa56b82d1

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"]