Feature Releases
Feature Releases for the CHT Core Framework
A release is a set of code changes bundled together, ideally with at least one deployment of CHT apps ready to make use of it.
The high-level steps for a release are as follows:
The overall coordination and operation of the release process are the responsibility of the release manager.
The release manager must perform several tasks for a new release, such as coordinating with team members and following all the steps in the release issue process, some of them being manual. The release manager must have adequate permissions to the repositories where the release is made.
Given a version number MAJOR.MINOR.PATCH
, increment the:
MAJOR
version when the release adds incompatible changes, e.g. when the apps built on top of the CHT require manual intervention to work as expected.MINOR
version when the release adds functionality in a backward-compatible manner.PATCH
version when the release adds backward-compatible bug fixes.MAJOR
releases represent the biggest scale of code change and their roll out effort is high, as they likely require time and effort to set up or configure. As a consequence, they are the least frequent of the three release types.
In general, release managers should not feel they have to wait to do a release. The moment the release manager feels the release is ready, they should release it. This may even be with just one ticket!
There are two scenarios where a release manager should wait before doing the release:
master
that did not exist in the previous release. This should be fixed before the release.The reason to have these rules while waiting, is so that all contributors know what they are and the release manager never needs to ask “should we wait?” - they’ll know already!
While waiting the release manager should use the time effectively by doing as many release steps as possible including writing release notes, preparing the release branch, etc so that the release can be finalized as quickly as possible once the fixes are made.
Follow the instructions in the readme.
Follow the instructions in the Android > Releasing section.
Feature Releases for the CHT Core Framework
Using GitHub Actions to publish Docker images
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.