fix(release): set scoop package name to runware#74
Conversation
GoReleaser defaults to project_name (runware-cli) when no name is set. Explicit name: runware matches the Homebrew cask name.
|
Important Review skippedAuto reviews are disabled on this repository. To trigger a review, include ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR updates the GoReleaser configuration to ensure the Scoop package is published under the intended name (runware) rather than defaulting to the GoReleaser project_name (runware-cli), aligning it with the existing Homebrew cask naming.
Changes:
- Explicitly sets the Scoop package
nametorunwarein.goreleaser.yaml.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
GoReleaser defaults to project_name (runware-cli) when no name is set. Explicit name: runware matches the Homebrew cask name.