Skip to content

Conversation

@inkel
Copy link
Contributor

@inkel inkel commented Nov 17, 2025

This was tested using goreleaser check. See https://goreleaser.com/deprecations/ for additional information.

Copy link

Copilot AI left a 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 updates the goreleaser configuration to version 2, removing deprecated fields and syntax to ensure compatibility with current goreleaser releases.

  • Adds version: 2 declaration to specify the configuration version
  • Updates deprecated field names (buildsids, formatformats, name_templateversion_template)
  • Modernizes configuration syntax to align with goreleaser v2 requirements

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

.goreleaser.yaml Outdated
format_overrides:
- goos: windows
format: zip
formats: ['zip']
Copy link

Copilot AI Nov 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The array syntax here uses JSON-style brackets ['zip'] which is inconsistent with the YAML list style used elsewhere in the file (e.g., line 29 with - LICENSE). Consider using standard YAML list syntax for consistency:

formats:
  - zip

This maintains consistency with the rest of the configuration file's formatting style.

Suggested change
formats: ['zip']
formats:
- zip

Copilot uses AI. Check for mistakes.
This was tested using `goreleaser check`. See
https://goreleaser.com/deprecations/ for additional information.
@inkel inkel force-pushed the inkel/update-goreleaser-config branch from 4ffeeb4 to e4bb0c5 Compare November 17, 2025 14:13
@inkel inkel merged commit 3fd6a0a into main Dec 15, 2025
6 checks passed
@inkel inkel deleted the inkel/update-goreleaser-config branch December 15, 2025 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants