Releases 0.12.0 and 0.13.0 #199

Merged
philipp merged 29 commits from dev into main 2023-02-03 13:04:40 +00:00
Showing only changes of commit 2fa56b82d1 - Show all commits

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