Skip to content

Commit

Permalink
chore: add header in release note
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Jun 24, 2021
1 parent b270d43 commit a64ce17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
current=$(git describe --tags --abbrev=0)
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

0 comments on commit a64ce17

Please sign in to comment.