1
0
forked from suse-edge/Factory

Fix the _service file to use the defined pre-release version

This commit is contained in:
2025-04-30 10:16:16 +02:00
parent a2c817259f
commit be29dbba41

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>