Skip to content

Commit

Permalink
NXJS-148: adapt release script for yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
troger committed Jul 11, 2018
1 parent 9c700b6 commit f963e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi
git checkout master

# Update the version in package.json
yarn version $VERSION --git-tag-version=false
yarn version --new-version $VERSION --no-git-tag-version
git add package.json
git commit -m "Update version to $VERSION"

Expand Down

0 comments on commit f963e0c

Please sign in to comment.