diff --git a/Deployment.md b/Deployment.md index cc3c86674..d403f11a5 100644 --- a/Deployment.md +++ b/Deployment.md @@ -5,12 +5,12 @@ We automated some parts of the release process to make things easier. This file - Check and ensure the previous release branch `release/vX.Y.Z` was merged into `main` - Check and ensure `main` was back-merged into `develop` - Check and ensure you are working in the latest `develop` branch -- Run `npx lerna version` - this will: - - update the `version` in each `package.json` +- Run `yarn run version` - this will: + - update the `version` in each `package.json` and `manifest.json` - create branch `release/vX.Y.Z` - create tag `vX.Y.Z` - - push the tagged branch automatically -- Pushing a tagged branch triggers a release build action in GitHub + - push the branch and tag automatically +- Pushing a tag triggers a release build action in GitHub - Wait for pipeline to create release containing the extension zip - If the automatic npm publish failed, do it manually (ask Gerald) - Create GitHub pull request to merge the new branch `release/vX.Y.Z` into `main`