Conversation
The -bin suffix implies a source-building counterpart that doesn't exist. basecamp-cli matches the upstream project name and AUR convention for single-variant packages. Drops basecamp-cli from conflicts since the package can't conflict with itself. Keeps basecamp in conflicts to prevent co-installation with future variants.
There was a problem hiding this comment.
Pull request overview
Renames the Arch Linux AUR package reference from basecamp-bin to basecamp-cli across release automation and user-facing docs, aligning naming with the actual packaging strategy.
Changes:
- Update GoReleaser AUR configuration to publish
basecamp-cliand point at the new AUR git URL. - Update README install instructions for Arch Linux / Omarchy to use
basecamp-cli. - Update release documentation to reference
basecamp-clifor AUR setup and distribution channels.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
RELEASING.md |
Updates AUR references and setup steps to basecamp-cli. |
README.md |
Updates Arch Linux / Omarchy install command to yay -S basecamp-cli. |
.goreleaser.yaml |
Renames the AUR package and updates the AUR git URL; removes self-conflict entry. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
The 1ms OpenTimeout meant the circuit re-transitioned from open back to half-open between RecordFailure and State() under race detector overhead. Use a long timeout and backdate the open timestamp to force the half-open transition deterministically.
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
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.
Summary
basecamp-bintobasecamp-cli— the-binsuffix implies a source-building counterpart that doesn't existbasecamp-clifromconflictslist (can't conflict with itself)TestCircuitBreakerFailureInHalfOpenOpensunder race detectorbasecamp-cliwas already registered on AUR by @robzolkos; goreleaser will overwrite the PKGBUILD on next release.basecamp-binshould be deleted from AUR manually.Test plan
grep -r 'basecamp-bin' .returns zero matchesgoreleaser checkvalidates configgoreleaser release --snapshot --skip=publish,signbuilds successfully (AUR writesdist/aur/basecamp-cli-bin.pkgbuild)