forked from pool/topgrade
* chore: release v16.0.4 (#1169) * Fix "Only one instance of <IDE> can be run at a a time." error (#1123) * Add CachyOS support (#1153) * Drop lazy_static (#1168) * Run `uv cache prune` in `uv` step when `cleanup` is enabled (#1165) * ci: add missing rustup components (#1166) * Fix nix version output changed (#1140) * Fix conflict between hx (hexdump alternative) and Helix (#1135) * Update jetbrains-toolbox-updater (#1128) * Add Yazi step (#1134) * fix: correct GNOME spelling (#1124) * Handle format change in asdf version (#1127) * Add `output_changed_message!`, replace some `.expect`s (#1110) * Omit `deb-get clean` output (#1119) * Fix `uv` step (#1121) * Fix vscodium skipping silently (#1109) * Add JetBrains IDE plugin update steps (#1103) * Enhancement: Update Windows Package Manager Indexes (#1085) * fix(powershell): update command arguments to include execution policy (#1041) * fix: uv self update (#1105) * Update CONTRIBUTING.md to reflect `enum Step` sort enforcement (#1111) * Sort `Step` enum and keep it sorted in the `ci.yml` workflow (#1104) * ci: merge create_assets_xxx workflows and let AUR binary release workflow wait for it (#1100) * chore(deps): bump tokio from 1.38.0 to 1.38.2 (#1101) * Downgrade `create_release_assets.yml` workflow (#1098) OBS-URL: https://build.opensuse.org/package/show/utilities/topgrade?expand=0&rev=21
25 lines
965 B
Plaintext
25 lines
965 B
Plaintext
<services>
|
|
<service mode="disabled" name="obs_scm">
|
|
<param name="url">https://github.com/topgrade-rs/topgrade.git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v16.0.4</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">gerald_chen@foxmail.com</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="srcdir">topgrade</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
</services>
|