Skip to content

Commit

Permalink
docs(README): mention new release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Dec 4, 2023
1 parent 8475e73 commit 92ff0fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ These tests are run automatically by the `deploy_test_branch.yml` workflow on ev

### How to release a new version

Every PR should target `rc` branch first. Upon merge, if there are relevant changes a new release candidate is created.
When that happens, an automated PR is created to `main` branch, and E2E tests run against it. If the tests pass, the PR can be merged and the release is created.

The integration is automatically released on every push to the main branch if there are relevant changes. The workflow must be approved by one of the maintainers, first.

### How to keep your worker up-to-date
Expand Down

0 comments on commit 92ff0fe

Please sign in to comment.