Fix the _service file to use the defined pre-release version
Some checks failed
Build PR in OBS / Build PR in OBS (pull_request_target) Failing after -13s

This commit is contained in:
2025-04-30 10:16:16 +02:00
parent f28dfa589e
commit 0da3e55977

View File

@@ -1,11 +1,13 @@
<services>
<service name="obs_scm">
<param name="url">https://github.com/suse-edge/edge-image-builder.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v1.2.0-rc0</param>
<!-- Uncomment and set this For Pre-Release Version -->
<param name="version">1.2.0~rc0</param>
<!-- Uncomment and this for regular version -->
<!-- <param name="versionformat">@PARENT_TAG@</param> -->
<param name="versionrewrite-pattern">v(\d+).(\d+).(\d+)</param>
<param name="versionrewrite-replacement">\1.\2.\3</param>
<param name="changesgenerate">enable</param>