Skip to content

Commit 9ea3b03

Browse files
committed
ci/cd: fix goreleaser config for v2
1 parent 229fdc1 commit 9ea3b03

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

cli/.goreleaser.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88

99
version: 2
1010

11-
version_template: '{{ .Tag | replace "cli/" "" }}'
11+
git:
12+
tag_filter: "cli/v*"
13+
tag_template: '{{ .Tag | replace "cli/" "" }}'
1214

1315
before:
1416
hooks:
@@ -37,7 +39,3 @@ changelog:
3739
exclude:
3840
- "^docs:"
3941
- "^test:"
40-
41-
release:
42-
# use the file generated in your workflow
43-
notes: release_notes.md

0 commit comments

Comments
 (0)