Skip to content

Commit

Permalink
chore(actions): keep old and new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin Kumar committed Nov 17, 2023
1 parent 7cade1a commit 12263ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"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": "lerna publish --conventional-commits --create-release github --message 'chore(release): Publish [ci skip]' --yes",
"publish:release": "lerna publish --conventional-commits --message 'chore(release): Publish [ci skip]' --yes",
"publish:release:new": "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 12263ab

Please sign in to comment.