Skip to content

Commit

Permalink
use old release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin Kumar committed Nov 17, 2023
1 parent 338bf56 commit 7cade1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"unlink-all": "lerna exec --no-bail --parallel -- yarn unlink; exit 0",
"publish:preid": "./scripts/preid-env-vars-exist.sh && lerna publish --canary --force-publish --dist-tag=${PREID_PREFIX} --preid=${PREID_PREFIX}${PREID_HASH_SUFFIX} --yes",
"publish:main": "lerna publish --canary --force-publish --dist-tag=unstable --preid=unstable${PREID_HASH_SUFFIX} --yes",
"publish:release:old": "lerna publish --conventional-commits --create-release github --message 'chore(release): Publish [ci skip]' --yes",
"publish:release": "lerna version --conventional-commits --create-release github --message 'chore(release): Publish [ci skip]' --yes && lerna publish from-package --yes",
"publish:release": "lerna publish --conventional-commits --create-release github --message 'chore(release): Publish [ci skip]' --yes",
"publish:v5-stable": "lerna publish --conventional-commits --yes --dist-tag=stable-5 --message 'chore(release): Publish [ci skip]' --no-verify-access",
"publish:verdaccio": "lerna publish --canary --force-publish --no-push --dist-tag=unstable --preid=unstable --yes",
"ts-coverage": "lerna run ts-coverage",
Expand Down

0 comments on commit 7cade1a

Please sign in to comment.