Rely on lerna version

This commit is contained in:
adrinr 2023-04-20 13:26:48 +01:00
parent 5f8451b6e5
commit dbc9f70974
2 changed files with 5 additions and 7 deletions

View File

@ -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

View File

@ -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!\""
}
}