Skip to content

Commit

Permalink
remove footer and changelog filters from goreleaser config (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
amalshaji authored May 5, 2024
1 parent 927cdc6 commit b4dbd70
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,9 @@ checksum:
snapshot:
name_template: "{{ incpatch .Version }}-next"

changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"

release:
name_template: "v{{ .Version }}"
draft: true
footer: |
## Server docker images
Admin - https://hub.docker.com/r/amalshaji/portr-admin/tags
Tunnel - https://hub.docker.com/r/amalshaji/portr-tunnel/tags

brews:
- name: portr
Expand Down

0 comments on commit b4dbd70

Please sign in to comment.