* chore(release): v8.1.4 * fix: finally properly fix adding the newline. * chore(release): v8.1.3 * fix: add newline at the end of the file properly * chore(release): bump to v8.1.2 * tests: switch test case from deno to river * format: run `cargo +nightly fmt` * tests: add deno and jay, they're known to contain submodules * fix: update submodule logic if in case the submodule path does not exist. OBS-URL: https://build.opensuse.org/package/show/Archiving/roast?expand=0&rev=38
13 lines
479 B
Plaintext
13 lines
479 B
Plaintext
<services>
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="url">https://codeberg.org/Rusty-Geckos/roast</param>
|
|
<param name="revision">main</param>
|
|
<param name="versionrewriteregex">v(.*)</param>
|
|
<param name="versionrewritepattern">${1}</param>
|
|
<param name="changesgenerate">true</param>
|
|
<param name="changesauthor">Soc Virnyl Estela</param>
|
|
<param name="changesemail">uncomfyhalomacro@opensuse.org</param>
|
|
</service>
|
|
</services>
|
|
|