mirror of
https://github.com/Mexit/AlpDock.git
synced 2025-04-27 16:29:54 +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 }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
run: |
|
run: |
|
||||||
echo -e "Changelog\n---------" > changelog.txt
|
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 }} \
|
gh release create ${{ github.ref_name }} \
|
||||||
--verify-tag \
|
--verify-tag \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue