Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Test automatic releases (#56)
Browse files Browse the repository at this point in the history
Test automatic releases
  • Loading branch information
Justin Anastos authored Aug 8, 2019
2 parents d885d25 + f6eb338 commit a69c43f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ if [ ! -z "$VERSION" ]; then
npm publish

## Create GitHub Release
echo "***** push to $branch"
git push --verbose --follow-tags --set-upstream origin $branch
echo "***** run auto release"
auto release -w
auto release
fi

0 comments on commit a69c43f

Please sign in to comment.