From 99a7f6739493fd2fc3c3c471f0a73105d34f9772 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 12 Aug 2026 12:42:32 +0000 Subject: [PATCH] fix(autopatch): auto-fix for osbuild-composer on c10 Added `auto_increment: true` to `modify_release` and reset suffix to `.alma.1` so autopatch no longer fails when a previously-created tag already exists. --- config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 14d59c2..d4201f4 100644 --- a/config.yaml +++ b/config.yaml @@ -35,8 +35,9 @@ actions: - modify_release: - - suffix: ".alma.2" + - suffix: ".alma.1" enabled: true + auto_increment: true - changelog_entry: - name: "Eduard Abdullin"