Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
1cddc95935 | |||
7e069d1811 | |||
60a045a2b2 | |||
594ec35bd5 | |||
58e3b0bfda | |||
f822014d9a | |||
addde1ae44 |
@ -26,9 +26,14 @@ jobs:
|
||||
- run: cmake -S . -B build
|
||||
- run: cmake --build build --target all
|
||||
- run: build/Bilby
|
||||
- run: current_tag=$(git describe --tags --abbrev=0)
|
||||
- run: previous_tag=$(git describe --tags --abbrev=0 $(git rev-list --tags --skip=1 --max-count=1))
|
||||
- run: git log ${previous_tag}..${current_tag} --reverse --pretty=format:"%s" | nl -w2 -s". " > CHANGELOG.txt
|
||||
- run: cat CHANGELOG.txt
|
||||
- name: Upload Gitea Release
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
body_path: CHANGELOG.txt
|
||||
files: |-
|
||||
build/Bilby
|
||||
|
Reference in New Issue
Block a user