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 1682c38 commit 94868e2Copy full SHA for 94868e2
Scripts/run_release.sh
@@ -57,12 +57,12 @@ function install_binary {
57
chmod +x ~/bin/hub${windows:+.exe}
58
59
# verify
60
- ~/bin/hub${windows:+.exe} version
+ # ~/bin/hub${windows:+.exe} version
61
62
# cleanup
63
rm -rf $tmp_dir
64
65
- cp ~/bin/hub .
+ # cp ~/bin/hub .
66
}
67
68
function prep_workspace {
@@ -94,7 +94,7 @@ function release_github {
94
95
DESCRIPTION=$(awk "/^${NEW_VERSION}$/,/^${LAST_VERSION:-nothingmatched}$/" ${CHANGELOG} | grep -v "^${LAST_VERSION:-nothingmatched}$")
96
install_binary mislav hub
97
- hub version
+ ~/bin/hub version
98
hub release create v${VERSION} -m "Release ${VERSION}" -m "${DESCRIPTION}" -t "${BRANCH}"
99
100
0 commit comments