-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Bryan Pizzillo edited this page Aug 10, 2021
·
4 revisions
- Create a new release branch
release/vX.Y.Z -
lerna version --no-git-tag-version X.Y.Z- When asked are you sure you want to create these versions, say yes.
- Push your changes back up.
npm login --registry=https://npm.pkg.github.comgit checkout maingit merge --no-ff release/vX.Y.Z -m "Merging release vX.Y.Z"-
git push-- to push main - [TO BE AUTOMATED]
lerna publish --force-publish --no-push --yes from-package - [TO BE AUTOMATED]
hub release create -t main vX.Y.Z -m "vX.Y.Z Release" git checkout developgit merge --no-ff release/vX.Y.Z -m "Merging release vX.Y.Z"git push