Skip to content

Commit

Permalink
docs: updated release.md
Browse files Browse the repository at this point in the history
Signed-off-by: Yani Kolev <[email protected]>
  • Loading branch information
YaniKolev committed Oct 20, 2023
1 parent 4e50804 commit 66485af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

1. Trigger `Prepare Release From main` workflow
2. Open pull request from newly created branch `v{version}-release` to `main`
3. The `Update THIRD_PARTY_NOTICE` workflow will run and update the third party notice on the release branch
4. Make sure that the Changelog is updated
3. Update the changelog and push it to the branch
4. This push triggers the `Update THIRD_PARTY_NOTICE` workflow which will update the third party notice on the release branch
5. Review the PR
6. Merge the PR
7. Run the `release.sh` script on latest `main` (first check with `--dry-run` option)
7. Run the `release.sh` script on latest `main` (first check with `--dry-run` option) with the version set: `./release.sh --version={version} --dry-run`

Check the new version on https://www.npmjs.com/package/@tngtech/momo-scheduler

0 comments on commit 66485af

Please sign in to comment.