From b5620ad775aabaa5930c8ff7c2f3f87c4110de22 Mon Sep 17 00:00:00 2001 From: Samyak Jain Date: Dec 01 2025 07:05:40 +0000 Subject: Add note for destination tag at final release Signed-off-by: Samyak Jain --- diff --git a/modules/release_guide/pages/sop_final_release.adoc b/modules/release_guide/pages/sop_final_release.adoc index 644d99c..80b7f6e 100644 --- a/modules/release_guide/pages/sop_final_release.adoc +++ b/modules/release_guide/pages/sop_final_release.adoc @@ -3,11 +3,26 @@ include::_partials/attributes.adoc[] == Koji changes +Lock the release tag: [source,subs="attributes+"] .... $ koji edit-tag --lock f{branched} .... +Update the image builder target to use the updates-candidate tag as the destination tag. +This ensures that the f{branched}-image-builder target will create images from the stable updates repository: +[source,subs="attributes+"] +.... +$ koji edit-target f{branched}-image-builder --dest-tag f{branched}-updates-candidate +.... + +[NOTE] +==== +This command is necessary to update the image builder target's destination tag after the release has been finalized. +It ensures that subsequent builds will use the updates-candidate tag as the destination, which is the appropriate tag post-release. +Previously, the -updates-candidate tag was locked during the freeze process, so this must be updated after the final release. +==== + == Bodhi Changes Set the bodhi release to `current` and add the release date