Update releases.md to include dot release steps

This commit is contained in:
dsmithpadilla 2023-11-29 11:18:05 -05:00
Родитель 85f639a822
Коммит b518395771
1 изменённых файлов: 10 добавлений и 8 удалений

Просмотреть файл

@ -139,16 +139,18 @@ index 8cd923873..6482018e0 100644
### Cutting patch releases for uplifted changes ### Cutting patch releases for uplifted changes (dot-release)
If you want to uplift changes into the a previous release: If you want to uplift changes into a previous release:
* Make sure the changes are present in `main` and have been thoroughly tested. * Make sure the changes are present in `main` and have been thoroughly tested
* Checkout the `release-vXXX` branch, where `XXX` is the major version number. * Checkout the `release-vXXX` branch, where `XXX` is the major version number
* Bump the version in `version.txt` * Create a PR to bump the version in `version.txt` from [release_version].0 to [release_version].0.1 on the release branch
* Cherry-pick any commits that you want to uplift * Cherry-pick any commits that you want to uplift into a PR or ensure all the needed PRs are merged into the release branch
* Create a PR for the changes * Once the PRs are approved, merged, and CI has completed, Create a new Application Services release in Ship-It for the release branch. Promote & ship the release
* Trigger release-promotion for the branch once the PRs are approved, merged, and CI has completed * Tag the release in the Application Services repo
* Inform the Application Services team in case there is a need to cut a new release of [rust-components-swift](https://github.com/mozilla/rust-components-swift)
* Update consumer applications
# What gets built in a release? # What gets built in a release?