Skip to content

Audit GoReleaser configuration against the release workflow version #71

Description

@apstndb

Deferred from local repository review cleanup.

Problem

.goreleaser.yaml still looks close to the generated example template and should be audited against the GoReleaser version used by the release workflow.

Known review notes:

  • The top comments still describe the file as an example.
  • The release workflow uses goreleaser/goreleaser-action@v6.
  • The config uses version: 2.
  • Archive configuration should be checked against the current GoReleaser v2 schema before changing fields such as archive formats.

Proposed work

  • Install or run the same GoReleaser version used by the action.
  • Run a config check against .goreleaser.yaml.
  • Remove boilerplate comments that no longer add project value.
  • Update any deprecated fields only after validating the exact supported schema.
  • Consider pinning the GoReleaser action version input if reproducible release behavior is more important than automatically consuming the latest action default.

Acceptance criteria

  • goreleaser check or the current equivalent passes locally.
  • .goreleaser.yaml contains only project-relevant release configuration.
  • Any schema migration is covered by a release workflow note or PR validation output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions