b757000fb1
* Support bumping the semantic version via `--bump` * Add 'typos' check * Log the output of failed external commands - * breaking change: Support regex in 'tag_pattern' configuration * Add field and value matchers to the commit parser - Update service file to new obs service cargo requirements - Add zstd in build requirements for tar scm OBS-URL: https://build.opensuse.org/package/show/utilities/git-cliff?expand=0&rev=18
9 lines
268 B
Plaintext
9 lines
268 B
Plaintext
<services>
|
|
<service name="download_files" mode="manual" />
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="src">git-cliff-*.tar.gz</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="manual" />
|
|
</services>
|