Skip to content

Commit bc29b96

Browse files
hezhizhenlotem
authored andcommitted
fix action-changelog.sh
1 parent 5364b5a commit bc29b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action-changelog.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ previous=$(git describe --always --abbrev=0 --tags ${current}^)
55

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

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

0 commit comments

Comments
 (0)