Rely on lerna version
This commit is contained in:
parent
5f8451b6e5
commit
dbc9f70974
|
@ -38,4 +38,8 @@ jobs:
|
|||
# setup the username and email.
|
||||
git config --global user.name "Budibase Staging Release Bot"
|
||||
git config --global user.email "<>"
|
||||
yarn lerna version prerelease --yes"
|
||||
yarn lerna version prerelease --no-git-tag-version --force-publish --no-push --y
|
||||
git add lerna.json
|
||||
git commit -m 'Update version'
|
||||
git push
|
||||
git push --tags
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"version": "0.0.999-alpha.6",
|
||||
"scripts": {
|
||||
"postversion": "git push --tags && git push && echo \"Successfully pushed version and tag $npm_package_version!\""
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue