mirror of
https://github.com/Mexit/AlpDock.git
synced 2025-04-26 07:49:52 +03:00
minor: Improvements in changelog generation
This commit is contained in:
parent
244ba9bd6e
commit
a6ce235cea
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_iso.yml
vendored
2
.github/workflows/build_iso.yml
vendored
|
@ -67,7 +67,7 @@ jobs:
|
|||
GH_TOKEN: ${{ github.token }}
|
||||
run: |
|
||||
echo -e "Changelog\n---------" > changelog.txt
|
||||
git log --reverse --pretty=format:"%h %s" $(git describe --tags --abbrev=0 HEAD^)..HEAD >> changelog.txt
|
||||
git log --reverse --pretty=format:"- %h: %s" $(git describe --tags --abbrev=0 HEAD^)..HEAD | egrep -v 'fix:|minor:|typo:' >> changelog.txt
|
||||
|
||||
gh release create ${{ github.ref_name }} \
|
||||
--verify-tag \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue