Skip to content

Add major.minor Docker tag to goreleaser config#19

Merged
jimschubert merged 2 commits intomasterfrom
copilot/update-goreleaser-config
Feb 2, 2026
Merged

Add major.minor Docker tag to goreleaser config#19
jimschubert merged 2 commits intomasterfrom
copilot/update-goreleaser-config

Conversation

Copy link
Contributor

Copilot AI commented Feb 2, 2026

Adds v{{ .Major }}.{{ .Minor }} tag to Docker image releases, enabling users to pin to minor versions (e.g., v1.0) while receiving patch updates.

Changes

  • Added "v{{ .Major }}.{{ .Minor }}" to dockers_v2.tags in .goreleaser.yml

On release of v1.2.3, Docker images are now tagged as:

  • latest
  • v1.2.3 (full version)
  • v1.2 (major.minor) ← new
  • v1 (major only)

PR checklist

  • Read the contribution guidelines.
  • Ensure your code builds and passes local testing efforts
  • Link to any related issue(s)
  • Comment on any outstanding items or link to issues for tracking

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • goreleaser.com
    • Triggering command: /usr/bin/curl curl -sfL REDACTED (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: jimschubert <109659+jimschubert@users.noreply.github.com>
Copilot AI changed the title [WIP] Update goreleaser config to push major.minor tag Add major.minor Docker tag to goreleaser config Feb 2, 2026
Copilot AI requested a review from jimschubert February 2, 2026 04:32
@jimschubert jimschubert marked this pull request as ready for review February 2, 2026 05:20
@jimschubert jimschubert merged commit 87f7e79 into master Feb 2, 2026
2 checks passed
@jimschubert jimschubert deleted the copilot/update-goreleaser-config branch February 2, 2026 05:20
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

Comments