Skip to content

Commit

Permalink
makerelease.sh: Run git submodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Feb 17, 2024
1 parent f1c956d commit a202a4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makerelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
TAG=$1
PREV_TAG=$2

git submodule update --init
git checkout refs/tags/$TAG
git log --pretty=fuller --date=short refs/tags/$PREV_TAG..HEAD > ChangeLog

Expand Down

0 comments on commit a202a4f

Please sign in to comment.