Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit ff29f38

Browse files
committed
update release script
1 parent 9033103 commit ff29f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/github-deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ git push origin $BRANCH
108108
if [ $IS_PRE_RELEASE = true ]; then
109109
hub release create -m $VERSION -m "Release of version $VERSION. See readme.txt for details." -t $BRANCH --prerelease "v${VERSION}"
110110
else
111-
hub release create -m $MESSAGE -m "Release of version $VERSION. See readme.txt for details." -t $BRANCH "v${VERSION}"
111+
hub release create -m $VERSION -m "Release of version $VERSION. See readme.txt for details." -t $BRANCH "v${VERSION}"
112112
fi
113113

114114
git checkout $CURRENTBRANCH

0 commit comments

Comments
 (0)