Skip to content

Commit 4a1b318

Browse files
committed
ci: ignore ci commits in goreleaser
1 parent f75ba84 commit 4a1b318

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.goreleaser.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,8 @@ archive:
3333
snapshot:
3434
name_template: SNAPSHOT-{{ .Commit }}
3535
dockers:
36-
- image: itzg/rcon-cli
36+
- image: itzg/rcon-cli
37+
changelog:
38+
filters:
39+
exclude:
40+
- '^ci:'

0 commit comments

Comments
 (0)