Skip to content

Commit b5bea94

Browse files
build: update goreleaser config to exclude build
1 parent 1d5b9ee commit b5bea94

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.goreleaser.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ changelog:
4343
- '^test:'
4444
- '^style:'
4545
- '^chore:'
46-
- '^refactor'
46+
- '^refactor:'
47+
- '^build:'
48+
- '^ci:'
4749

4850
release:
4951
draft: true

0 commit comments

Comments
 (0)