Loading release.sh +1 −1 Original line number Diff line number Diff line Loading @@ -30,6 +30,6 @@ git log --pretty=format:'%h -- %s' $LAST_TAG..HEAD --graph > CHANGELOG.md git add CHANGELOG.md git commit -m "CHANGELOG.md file updated with commits between the current and previous tag." git tag -a v$VERSION -m "$TAG_MESSAGE" git tag -a $VERSION -m "$TAG_MESSAGE" git config --global push.followTags true git push Loading
release.sh +1 −1 Original line number Diff line number Diff line Loading @@ -30,6 +30,6 @@ git log --pretty=format:'%h -- %s' $LAST_TAG..HEAD --graph > CHANGELOG.md git add CHANGELOG.md git commit -m "CHANGELOG.md file updated with commits between the current and previous tag." git tag -a v$VERSION -m "$TAG_MESSAGE" git tag -a $VERSION -m "$TAG_MESSAGE" git config --global push.followTags true git push