Files
gh/_service
Pavel Dostál f8867e2997 - Update to version 2.87.3:
* Fix project mutation query variable usage

- Update to version 2.87.2:
  * chore(deps): bump golang.org/x/crypto from 0.47.0 to 0.48.0
  * fix(agent-task/capi): fix capi API version
  * Remove debris licenses

- Update to version 2.87.0:
  * Bundle licenses at release time (#12625)
  * Rename query for clarity
  * Remove pointer comments
  * Simplify error message
  * Remove DTO concept
  * Add `--query` flag to `project item-list` (#12696)
  * Clarify --clobber flag deletes assets before re-uploading
  * Add usage examples to gh gist edit command
  * Remove feedback issue template
  * Migrate PR triage workflows to shared workflows
  * Rename triage workflow to triage-discussion-label
  * Pass environment as input to shared triage workflow
  * Add missing environment and label check to triage workflow
  * Initial plan
  * fix(workflow run): bail out on feature detection error
  * refactor(featuredetection): remove temp in favour of early returns
  * docs(workflow run): improve help docs
  * docs(workflow run): add cleanup marker with explanation on future changes
  * fix(workflow run): apply `url.PathEscape` when compiling URL
  * refactor(workflow run): remove temp `out`
  * Add missing TODO comments for featuredetection if-statements

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/gh?expand=0&rev=199
2026-02-25 11:46:11 +00:00

22 lines
750 B
Plaintext

<services>
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/cli/cli</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v2.87.3</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">
<param name="basename">cli</param>
</service>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="go_modules" mode="manual">
<param name="archive">cli-2.87.3.tar.zst</param>
</service>
</services>