Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Weiss committed Mar 28, 2023
1 parent deadfdc commit 42d5352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-<major>.<minor>.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:
Expand Down

0 comments on commit 42d5352

Please sign in to comment.