mirror of
https://github.com/FlipsideCrypto/convox.git
synced 2026-02-06 10:56:56 +00:00
ci: build release description from commit history (#74)
This commit is contained in:
parent
6183a32dad
commit
5b5b02ef86
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
- name: changelog
|
||||
id: changelog
|
||||
run: |
|
||||
changelog=$(git log --pretty="* %s" `git describe --abbrev=0 --tags \`git describe --abbrev=0 \`HEAD`...`git describe --abbrev=0`)
|
||||
changelog=$(git log --pretty="* %s" ...$(git describe --abbrev=0 HEAD~))
|
||||
echo ${changelog}
|
||||
changelog="${changelog//'%'/'%25'}"
|
||||
changelog="${changelog//$'\n'/'%0A'}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user