mirror of
https://github.com/thegeeklab/wp-git-action.git
synced 2024-11-10 03:20:40 +00:00
ci: fix changelog generation for tag events (#36)
This commit is contained in:
parent
a00f4437de
commit
e195f1bf18
@ -22,8 +22,8 @@ steps:
|
||||
commands:
|
||||
- git fetch --depth=2147483647
|
||||
- git sv current-version
|
||||
- git sv release-notes
|
||||
- git sv release-notes -o CHANGELOG.md
|
||||
- git sv release-notes -t ${CI_COMMIT_TAG:-next} -o CHANGELOG.md
|
||||
- cat CHANGELOG.md
|
||||
|
||||
publish-github:
|
||||
image: docker.io/plugins/github-release
|
||||
|
Loading…
Reference in New Issue
Block a user