Skip to content

Commit

Permalink
chore: update Release Process to link to COntributor Handbook
Browse files Browse the repository at this point in the history
  • Loading branch information
njogz committed Aug 26, 2024
1 parent 6da62f0 commit 89e6727
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,7 @@ Follow the instructions in [the Local CHT Sync Setup documentation](https://docs
```

## Release Process
This repo has an automated release process where each feature/bug fix will be released immediately after it is merged to `main`:

1. Update QA with the work to be done to ensure they're informed and can guide development.
2. Create a ticket for the feature/bug fix.
3. Submit a PR, and make sure that the PR title is clear, readable, and follows the strict commit message format described in the commit message format section below. If the PR title does not comply, automatic release will fail.
4. Have the PR reviewed.
5. Squash and merge the PR to `main`. The commit message should be the already-formatted PR title but double check that it's clear, readable, and follows the strict commit message format to make sure the automatic release works as expected.
6. Close the ticket.
This repo has an automated release process where each feature/bug fix will be released immediately after it is merged to `main`. The release type is determined by the commit message format. Have a look at the development workflow in the [Contributor Handbook](https://docs.communityhealthtoolkit.org/contribute/code/workflow/) for more information.

### Commit message format

Expand Down

0 comments on commit 89e6727

Please sign in to comment.