From: Don Zickus <dzickus@xxxxxxxxxx> Currently, ark-latest is built, version bumped and the gitlab-ci.yml file secretly copies that changelog back to os-build. I think we can improve that process, but it requires a change in the release behaviour, version bump os-build first, then create ark-latest and version bump a second time. The second version bump should have a small changelog and only captures the 'extra' patches that are necessary for the release. This _is_ a behaviour change for the changelog and kernel NVR. Signed-off-by: Don Zickus <dzickus@xxxxxxxxxx> --- redhat/scripts/ci/ark-create-release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/redhat/scripts/ci/ark-create-release.sh b/redhat/scripts/ci/ark-create-release.sh index df501b0cce56..3181f32a56e8 100755 --- a/redhat/scripts/ci/ark-create-release.sh +++ b/redhat/scripts/ci/ark-create-release.sh @@ -36,6 +36,7 @@ git checkout os-build ./redhat/scripts/ci/ark-rebase-patches.sh "$UPSTREAM_REF" "$PROJECT_ID" git checkout os-build ./redhat/scripts/ci/ark-update-configs.sh "$UPSTREAM_REF" "$PROJECT_ID" +make dist-release if git tag -v "$UPSTREAM_REF" > /dev/null 2>&1; then git checkout -b ark/"$UPSTREAM_REF" ark/patches/"$UPSTREAM_REF" -- GitLab _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx