yarn neds --new-version to make a new version

pull/9212/head
David Baker 2019-03-13 14:57:52 +00:00
parent a3585c1feb
commit 9280d1ff49
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ tag="v${release}"
echo "electron yarn version"
cd electron_app
yarn version --no-git-tag-version "$release"
yarn version --no-git-tag-version --new-version "$release"
git commit package.json -m "$tag"
cd ..