Skip to content

Commit

Permalink
cache
Browse files Browse the repository at this point in the history
  • Loading branch information
chen08209 committed Oct 10, 2024
1 parent 7db3fa7 commit cb70559
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 611 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if [ -n "$lastTag" ] && [ "$(echo -e "$tag\n$lastTag" | sort -V | head -n 1)" == "$tag" ]; then
break
fi
echo "## $tag" >> NEW_CHANGELOG.md
echo "## $previous" >> NEW_CHANGELOG.md
echo "" >> NEW_CHANGELOG.md
if [ -n "$previous" ]; then
git log --pretty=format:"%B" "$tag..$previous" | awk 'NF {print "- " $0} !NF {print ""}' >> NEW_CHANGELOG.md
Expand Down
Loading

0 comments on commit cb70559

Please sign in to comment.