Skip to content

Commit

Permalink
build(.goreleaser.yaml): Update GoReleaser configuration for autoprer…
Browse files Browse the repository at this point in the history
…elease, gommitizen Docker build, and changelog sorting

- Updated GoReleaser configuration to enable automatic prereleases
- Added gommitizen binary to builds and archives
- Modified the version in LDFLAGS for correct tagging
- Sorted changelog entries based on ascending order and excluded certain filters
- Updated dockers section with a new ID for gommitizen and modified image templates
  • Loading branch information
sergiotejon committed Nov 8, 2024
1 parent 7edb7f9 commit 12398bd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ release:
owner: freepik-company
name: gommitizen
draft: false
prerelease: false
prerelease: auto

dockers:
- image_templates:
- id: gommitizen
image_templates:
- "ghcr.io/freepik-company/gommitizen:{{ .Version }}"
- "ghcr.io/freepik-company/gommitizen:latest"
- "{{ if not .Prerelease }}ghcr.io/freepik-company/gommitizen:latest{{ end }}"
dockerfile: build/gommitizen/Dockerfile

0 comments on commit 12398bd

Please sign in to comment.