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 f8e9ec7 commit 5d20193Copy full SHA for 5d20193
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