From b05b32b4d736e003a0cb9ec2db1f41bccd1b2e83 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Wed, 11 Mar 2026 16:23:58 +0000 Subject: [PATCH] Use modify_release instead of replace for .alma.1 suffix --- config.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/config.yaml b/config.yaml index fe02ac0..939a90a 100644 --- a/config.yaml +++ b/config.yaml @@ -1,9 +1,7 @@ actions: - - replace: - - target: "spec" - find: "Release: 10%{?dist}" - replace: "Release: 10%{?dist}.alma.1" - count: 1 + - modify_release: + - suffix: ".alma.1" + enabled: true - changelog_entry: - name: "Andrew Lukoshko"