minor: Improvements in changelog generation

This commit is contained in:
MexIT 2024-12-11 19:12:17 +01:00
parent 244ba9bd6e
commit a6ce235cea

View file

@ -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 \