Files
vale/_service
Jeff Kowalczyk 3c97087edc - Update to version 3.7.0:
* refactor: display action results in `message`
  * feat: add capture group support to `substitution`
  * refactor: support capture groups in `substitution`
  * chore: remove `funlen` check
  * fix: handle conatenating nested lists
  * chore: add `TARGETARCH`
  * chore: fix version in .goreleaser.yml

- Update to version 3.6.1:
  * golangci lint (#822)
  * fix: sort commands before printing
  * chore: build statically on Windows
  * docs: clean up README
  * chore: restrict fossa to source files
  * refactor: error on misplaced core-level settings
  * chore: update fossa version
  * Fix broken link in README.md (#853)
  * chore: `cinst` -> `choco install`
  * docs: update link to examples
  * fix: check for `token.Skip` before re-order

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/vale?expand=0&rev=88
2024-07-21 22:59:32 +00:00

20 lines
667 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.7.0</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>