Skip to content

Commit 510668d

Browse files
authored
fix(release): ignore broker tags when computing iron-proxy previous release (#149)
Without this, goreleaser sees `iron-token-broker/v*` as the previous tag and scopes the changelog to broker commits.
1 parent 0c2fc94 commit 510668d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.goreleaser.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ version: 2
22

33
dist: dist/iron-proxy
44

5+
git:
6+
ignore_tags:
7+
- "^iron-token-broker/"
8+
59
builds:
610
- id: iron-proxy
711
main: ./cmd/iron-proxy

0 commit comments

Comments
 (0)