Skip to content

Commit 497498d

Browse files
authored
Trivial fix on release suffix related doc (#12047)
Signed-off-by: Paolo Patierno <ppatierno@live.com>
1 parent eeedb28 commit 497498d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

development-docs/RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The release process should normally look like this:
3131
9. Run the `operators-release` pipeline manually in Azure pipelines
3232
* Select the release branch from the list
3333
* Set the desired release version (e.g. `0.45.0-rc1` for RCs or `0.45.0` GA releases)
34-
* Set the release suffix as `0`
34+
* Set the release suffix as `0` (but check the "Build suffixed images" checkbox only for GA releases)
3535
* Set the build ID to the build ID from previous step (For GA, this should be the build ID used for the last RC since there should be no changes)
3636
* Set the `CENTRAL_USERNAME` and `CENTRAL_PASSWORD` variables to your Maven Central user token
3737
10. Once the release build is complete:

0 commit comments

Comments
 (0)