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 ef9877d commit 23e13f5Copy full SHA for 23e13f5
Scripts/run_release.sh
@@ -95,12 +95,11 @@ function release_github {
95
LAST_VERSION=$(grep '^## \d\+\.\d\+.\d\+' ${CHANGELOG} | awk 'NR==2')
96
97
DESCRIPTION=$(awk "/^${NEW_VERSION}$/,/^${LAST_VERSION:-nothingmatched}$/" ${CHANGELOG} | grep -v "^${LAST_VERSION:-nothingmatched}$")
98
- install_binary mislav hub
+ HOME=$(pwd)
99
pwd
100
- whereis hub
101
- which hub
+ install_binary mislav hub
102
hub version
103
- # hub release create v${VERSION} -m "Release ${VERSION}" -m "${DESCRIPTION}" -t "${BRANCH}"
+ hub release create v${VERSION} -m "Release ${VERSION}" -m "${DESCRIPTION}" -t "${BRANCH}"
104
}
105
106
function release_cocoapods {
0 commit comments