Skip to content

Commit

Permalink
cleanup: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Nov 20, 2024
1 parent f55adff commit 5af895e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
id: changelog
run: |
set -x
find .
git tag
PREV_TAG=$(git tag | grep -E "^v" | sort -ud | tac | head -n1)
git log ${PREV_TAG}..HEAD --pretty=format:"%s" | uniq | grep -E "^feat|^bug|^fix" > changelog.txt
Expand Down

0 comments on commit 5af895e

Please sign in to comment.