Skip to content

Commit fea98ae

Browse files
committed
minor: Improvements in changelog generation
1 parent e022989 commit fea98ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
GH_TOKEN: ${{ github.token }}
4646
run: |
4747
echo -e "Changelog\n---------" > changelog.txt
48-
git log --reverse --pretty=format:"%h %s" $(git describe --tags --abbrev=0 HEAD^)..HEAD >> changelog.txt
48+
git log --reverse --pretty=format:"- %h: %s" $(git describe --tags --abbrev=0 HEAD^)..HEAD | egrep -v 'fix:|minor:|typo:' >> changelog.txt
4949
5050
gh release create ${{ github.ref_name }} \
5151
--verify-tag \

0 commit comments

Comments
 (0)