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.
hub
1 parent 7fbca17 commit ef64ebfCopy full SHA for ef64ebf
scripts/release.sh
@@ -86,6 +86,7 @@ npmPublish() {
86
handlePR() {
87
if command -v hub > /dev/null; then
88
echo "Hub installation found, creating a PR."
89
+ git checkout $RELEASE_BRANCH
90
hub pull-request --browse --message "version bumps from release $RELEASE_BRANCH"
91
else
92
echo
0 commit comments