Skip to content

Commit

Permalink
fix action-changelog.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhizhen authored and lotem committed Feb 8, 2024
1 parent 5364b5a commit bc29b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action-changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ previous=$(git describe --always --abbrev=0 --tags ${current}^)

echo "**Change log since ${previous}:**"

git log --oneline --decorate ${previous}...${curent} --pretty="format:- %h %s" | grep -v Merge
git log --oneline --decorate ${previous}...${current} --pretty="format:- %h %s" | grep -v Merge

0 comments on commit bc29b96

Please sign in to comment.