Skip to content

Commit

Permalink
fix(release): fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowbeetle committed Dec 20, 2016
1 parent 7a168e8 commit 3ca4df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/semantic-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ else
if ! git commit -m "chore(bump): v$version" >/dev/null 2>&1 ; then
echo "package.json already @ v$version"
else
git push --set-upstream up wip/release-fix >/dev/null 2>&1
git push up $CURRENT_BRANCH >/dev/null 2>&1
echo "Changes pushed to remote"
fi
fi
Expand Down

0 comments on commit 3ca4df8

Please sign in to comment.