Dirk Mueller
2173e57bcf
* Bump version. (#1038) * Fixes #980: Remove Packagecloud instructions (#1036) * Fixes #908: Migration guide (#1021) * Re-add ssh and bash to Dockerfile (#1034) OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:opentofu/opentofu?expand=0&rev=22
22 lines
779 B
Plaintext
22 lines
779 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/opentofu/opentofu/</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v1.6.0-rc1</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)-(.*)</param>
|
|
<param name="versionrewrite-replacement">\1~\2</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="exclude">.git</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual">
|
|
</service>
|
|
<service name="go_modules" mode="manual">
|
|
</service>
|
|
</services>
|