Skip to content

Commit

Permalink
changelog formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanta212 committed Mar 19, 2022
1 parent 051c473 commit 574e7a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
echo "# Changelog" > CHANGELOG.txt
echo "## What's New" >> CHANGELOG.txt
git log $(git describe --tags --abbrev=0 @^)..HEAD --pretty=format:"%h: %s" -i -E --grep="^(feat|fix)*feat" >> CHANGELOG.txt
echo " " >> CHANGELOG.txt
echo "## Bug Fixes" >> CHANGELOG.txt
git log $(git describe --tags --abbrev=0 @^)..HEAD --pretty=format:"%h: %s" -i -E --grep="^(feat|fix)*fix" >> CHANGELOG.txt
Expand Down

0 comments on commit 574e7a7

Please sign in to comment.