We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12eaf26 commit 4328588Copy full SHA for 4328588
Scripts/run_release.sh
@@ -22,7 +22,7 @@ function release_github {
22
23
DESCRIPTION=$(awk "/^${NEW_VERSION}$/,/^${LAST_VERSION:-nothingmatched}$/" ${CHANGELOG} | grep -v "^${LAST_VERSION:-nothingmatched}$")
24
25
- hub release create v${VERSION} -m "Release ${VERSION}" -m "${DESCRIPTION}"
+ hub release create v${VERSION} -m "Release ${VERSION}" -m "${DESCRIPTION}" -t "${TRAVIS_BRANCH}"
26
27
}
28
0 commit comments