* Release Workflow (#171) * feat: add red/blue temperature color coding (#170) * fix issue 167 where total ordering wasn't being returned and now requ… (#168) * Render ptable refactor (#166) * style: simplify some statements for readability (#165) * update release * Update sysinfo fork dependency * valid json! * set a prefix * update release params * update screenshot * only run with features nvidia if we're on ubuntu * configure ci * update ci * Bump version * build both musl + gnu with nvidia * Update ci * fix command * Add nvidia feature * Update build action * Upgrade dependencies (#162) * Continue to build other release even if this one fails * Update release.yml * Add more platforms * Create Changes.md * fix typo * Update action version * Update release.yml * Add github workflow for releases OBS-URL: https://build.opensuse.org/package/show/utilities/zenith?expand=0&rev=4
25 lines
961 B
Plaintext
25 lines
961 B
Plaintext
<services>
|
|
<service mode="disabled" name="obs_scm">
|
|
<param name="url">https://github.com/bvaisvil/zenith.git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">0.14.2</param>
|
|
<param name="match-tag">*</param>
|
|
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">dottorblaster@opensuse.org</param>
|
|
</service>
|
|
<service mode="disabled" name="tar" />
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
<service name="cargo_vendor" mode="disabled">
|
|
<param name="src">zenith</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
</services>
|