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 9s

This commit is contained in:
2025-04-30 09:53:15 +02:00
parent 2a6292a8bf
commit bfaa398b73

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.1.1-rc0</param>
<!-- Uncomment and set this For Pre-Release Version -->
<param name="version">1.1.1~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>