-
-
Notifications
You must be signed in to change notification settings - Fork 216
fix(segmentio/golines): switch the package type to github_release
#38318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I guess this is a known issue. |
I see, thank you for merging! |
jdx
pushed a commit
to jdx/mise
that referenced
this pull request
Jul 6, 2025
Added numbat in aquaproj/aqua-registry#38316. Updated the registry to use the GitHub release assets in aquaproj/aqua-registry#38317, aquaproj/aqua-registry#38318. --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Jul 6, 2025
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [aquaproj/aqua-registry](https://github.com/aquaproj/aqua-registry) | minor | `v4.381.1` -> `v4.382.0` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>aquaproj/aqua-registry (aquaproj/aqua-registry)</summary> ### [`v4.382.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.382.0) [Compare Source](aquaproj/aqua-registry@v4.381.1...v4.382.0) [Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.382.0) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.382.0) | aquaproj/aqua-registry@v4.381.1...v4.382.0 #### 🎉 New Packages [#​38319](aquaproj/aqua-registry#38319) [siketyan/ghr](https://github.com/siketyan/ghr): Yet another repository management with auto-attaching profiles [@​risu729](https://github.com/risu729) [#​38316](aquaproj/aqua-registry#38316) [sharkdp/numbat](https://github.com/sharkdp/numbat): A statically typed programming language for scientific computations with first class support for physical dimensions and units [@​risu729](https://github.com/risu729) [#​38315](aquaproj/aqua-registry#38315) [zizmorcore/zizmor](https://github.com/zizmorcore/zizmor) Static analysis for GitHub Actions [@​risu729](https://github.com/risu729) #### Improvement [#​38318](aquaproj/aqua-registry#38318) segmentio/golines: Switch the package type to github\_release [@​risu729](https://github.com/risu729) [#​38317](aquaproj/aqua-registry#38317) cloudflare/gokey: Switch the package type to github\_release [@​risu729](https://github.com/risu729) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check List
Require signed commits
, so all commits must be signedcmdx s
to scaffold codeSwitches the package type from
go_install
togithub_release
.They started releasing assets from v0.12.0. PR: segmentio/golines#117
cmdx t segmentio/golines
fails for Windows (even without this change). I couldn't figure it out, so could you take a look?I manually commented out the Windows test in
cmdx.yaml
, and it passed.The following log is Windows-only.