Skip to content

Commit 4328588

Browse files
Jctong/fix run release (#329)
1 parent 12eaf26 commit 4328588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/run_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function release_github {
2222

2323
DESCRIPTION=$(awk "/^${NEW_VERSION}$/,/^${LAST_VERSION:-nothingmatched}$/" ${CHANGELOG} | grep -v "^${LAST_VERSION:-nothingmatched}$")
2424

25-
hub release create v${VERSION} -m "Release ${VERSION}" -m "${DESCRIPTION}"
25+
hub release create v${VERSION} -m "Release ${VERSION}" -m "${DESCRIPTION}" -t "${TRAVIS_BRANCH}"
2626

2727
}
2828

0 commit comments

Comments
 (0)