-
Notifications
You must be signed in to change notification settings - Fork 50
refactor: quoting style in .goreleaser.yml #445
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR aims to standardize quoting style in the .goreleaser.yml configuration file by converting double quotes to single quotes for improved readability and consistency. However, the changes introduce critical syntax errors that would break the build configuration.
Changes:
- Updated string values to use single quotes in build configurations for mod_timestamp, ldflags, binary name templates, and goarch values
- Updated archive and checksum name templates to use single quotes
- Removed an inline comment from the ignore section
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
c2ba96f to
690a7ce
Compare
Updated the .goreleaser.yml file to consistently use single quotes for string values, improving readability and maintaining YAML style consistency across build, archive, and checksum configurations. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
690a7ce to
24ffd9c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Updated the .goreleaser.yml file to consistently use single quotes for string values, improving readability and maintaining YAML style consistency across build, archive, and checksum configurations.
Type
fix: Bug Fixfeat: Feature or Enhancementdocs: Documentationrefactor: Refactoringchore: Build, Dependencies, Workflows, etc.other: Other (Please describe.)Breaking Changes?
Tests
Output:
Documentation
Issue References
Release Note
Additional Information