From 42d535272283d937d84c3696a86b13d657399776 Mon Sep 17 00:00:00 2001 From: Jason Weiss Date: Tue, 28 Mar 2023 14:00:50 -0700 Subject: [PATCH] Cleanup --- RELEASING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 3190dce8..026b9ab9 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -7,10 +7,10 @@ 4. Update top-level `README.md` 5. Update `@tmtsoftware/esw-ts` & other dependencies in the package.json 6. Update `version` number in `package.json`, run `npm install` to update `package-lock.json`. -7. Create a version compatibility table in the Readme.md (if there is none) - for esw, csw and esw-ocs-eng-ui +7. Create a version compatibility table in the README.md (if there is none) - for esw, csw and esw-ocs-eng-ui 8. Commit and push the changes to `branch-..x` branch. Ensure that pipeline is green for dev and paradox link check. 9. Run `release.sh $VERSION$` script by providing version number argument (This triggers release workflow) - For ex: If you are publishing `1.0.0` then run `release.sh v1.0.0` + For ex: If you are publishing `1.0.0` then run `PROD=true ./release.sh v1.0.0` Note: `PROD=true` environment variable needs to be set before running `release.sh` After release pipeline is green: