Files
gotestsum/_service
Jeff Kowalczyk 6d5e0ea4c9 Accepting request 1313729 from home:amanzini:branches:devel:languages:go
- Update to version 1.13.0:
  * Bump deps
  * Update Go version
  * chore(internal/junitxml): encode the attributes as JUnit test case properties
  * fix(testjson/testdata): update with-attributes expectation after fix
  * feat(testjson/testdata): handle `ActionAttr` event
  * feat(testjson/testdata): add `ActionAttr` to event decoding
  * feat(testjson/testdata): add new test with attributes
  * Get version info from `runtime/debug`
  * add --watch-clear flag to clear screen on rerun test

OBS-URL: https://build.opensuse.org/request/show/1313729
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/gotestsum?expand=0&rev=10
2025-10-26 21:10:29 +00:00

19 lines
639 B
Plaintext

<services>
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/gotestyourself/gotestsum.git</param>
<param name="scm">git</param>
<param name="revision">v1.13.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>