miller/_service
Scott Bradnick 21b4aa15fa Accepting request 1075352 from home:sbradnick
- Update to version 6.7.0+git20230328.dc14420f:
  * Bump github/codeql-action from 2.2.8 to 2.2.9 (#1250)
  * Fix issue links in README-dev.md (#1248)
  * `index` DSL function [WIP] (#1247)
  * Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 (#1243)
  * Bump golang.org/x/term from 0.0.0-20210927222741-03fcf44c2211 to 0.6.0 (#1222)
  * Bump minimum compiler version from Go 1.15 to 1.18 (#1246)
  * Bump actions/checkout from 3.4.0 to 3.5.0 (#1245)
  * Add optional second base argument to `int` DSL function (#1244)
  * Bump github/codeql-action from 2.2.7 to 2.2.8 (#1242)
  * Bump actions/checkout from 3.3.0 to 3.4.0 (#1234)
  * Bump actions/setup-go from 3.5.0 to 4.0.0 (#1233)
  * Bump github/codeql-action from 2.2.6 to 2.2.7 (#1232)
  * Bump actions/cache from 3.2.6 to 3.3.1 (#1229)
  * Bump github/codeql-action from 2.2.5 to 2.2.6 (#1230)
  * Add `mlr step -a rprod` for running products (#1228)
  * Label head docs as "Miller Dev Documentation"
  * doc note for #1218
  * Run go mod tidy (#1220)
  * Include tools in the release tarball (#1221)
  * Add new `upcase` and `downcase` verbs (#1217)
  * Docs re `tail -f` and `--records-per-batch 1` (#1218)
  * typofix
  * Fix bug on DSL comment with no final newline (#1216)
  * release docs
  * build artifacts
  * miller 6.7.0-dev
  * miller 6.7.0
  * Support more backslashed special characters in DSL strings (#1212)
  * unit-test files

OBS-URL: https://build.opensuse.org/request/show/1075352
OBS-URL: https://build.opensuse.org/package/show/utilities/miller?expand=0&rev=45
2023-03-29 21:10:10 +00:00

23 lines
829 B
Plaintext

<services>
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/johnkerl/miller</param>
<param name="scm">git</param>
<param name="revision">main</param>
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
<!-- This might have been fixed?
<param name="versionrewrite-pattern">v6.6.0</param>
<param name="versionrewrite-replacement">6.7.0</param>
-->
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="disabled"/>
<service name="tar" mode="disabled"/>
<service name="recompress" mode="disabled">
<param name="compression">gz</param>
<param name="file">*.tar</param>
</service>
<service name="go_modules" mode="disabled">
</service>
</services>