Conversation
Its config is not only for GitHub.
WalkthroughThe GitHub Actions workflow for releases was updated by changing the GoReleaser invocation. The explicit configuration file argument ( Changes
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (1)
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Pull Request Overview
This PR moves the GoReleaser configuration file from the .github directory to the project root, simplifying the release command.
- Removed the explicit --config flag from the release command.
- Updated the workflow to rely on GoReleaser's default behavior for locating the config file.
Comments suppressed due to low confidence (1)
.github/workflows/release.yml:64
- Since the GoReleaser config has been moved to the root, removing the '--config' flag aligns with the update. Please verify that the release process consistently locates the correct configuration in all environments.
args: release --clean
|
@coderabbitai review |
close #
✏️ Description
Its config is not only for GitHub.