ci: replace git-chglog by git-sv (#722)
This commit is contained in:
parent
dad3b5a537
commit
479d9ac8cc
4 changed files with 54 additions and 59 deletions
|
@ -9,7 +9,7 @@ steps:
|
|||
assets:
|
||||
image: docker.io/library/node:lts
|
||||
commands:
|
||||
- git fetch -tq
|
||||
- git fetch --depth=2147483647
|
||||
- npm install > /dev/null
|
||||
- npm run build
|
||||
- cat VERSION
|
||||
|
@ -30,17 +30,13 @@ steps:
|
|||
commands:
|
||||
- cd dist/ && sha256sum * > ../sha256sum.txt
|
||||
|
||||
changelog-generate:
|
||||
image: quay.io/thegeeklab/git-chglog
|
||||
changelog:
|
||||
image: quay.io/thegeeklab/git-sv
|
||||
commands:
|
||||
- git fetch -tq
|
||||
- git-chglog --no-color --no-emoji -o CHANGELOG.md ${CI_COMMIT_TAG:---next-tag unreleased unreleased}
|
||||
|
||||
changelog-format:
|
||||
image: quay.io/thegeeklab/alpine-tools
|
||||
commands:
|
||||
- prettier CHANGELOG.md
|
||||
- prettier -w CHANGELOG.md
|
||||
- git fetch --depth=2147483647
|
||||
- git sv current-version
|
||||
- git sv release-notes -t ${CI_COMMIT_TAG:-next} -o CHANGELOG.md
|
||||
- cat CHANGELOG.md
|
||||
|
||||
publish-github:
|
||||
image: docker.io/plugins/github-release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue