- Update to version 3.13.1: * docs: Update DigitalOcean referral information in README * test: update ini tests * chore: fix ansible test order * test: fix transform tests * chore: fix golangci-lint * chore: fix golangci-lint * chore: fix golangci-lint * Fix #1046 - handle xsd as xml (#1067) * Fix handling of xslt path and possible args pollution for xslt calls (#1066) * chore(deps): bump github.com/expr-lang/expr from 1.17.0 to 1.17.7 (#1061) * test: ansible case and example * chore: bump Go version in Docker * chore(deps): bump golang.org/x/crypto from 0.36.0 to 0.45.0 (#1054) OBS-URL: https://build.opensuse.org/request/show/1333409 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/vale?expand=0&rev=110
20 lines
668 B
Plaintext
20 lines
668 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/errata-ai/vale.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="revision">v3.13.1</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
</service>
|
|
<service name="set_version" mode="manual">
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="go_modules" mode="manual">
|
|
</service>
|
|
</services>
|