Skip to content

Commit

Permalink
ci: fix goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
mavolin committed Jun 29, 2024
1 parent 4e9bfe1 commit ce7b1c9
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
version: 2

before:
hooks:
- go mod tidy
- go generate ./...
build:
skip: true
builds:
- skip: true
changelog:
use: github
sort: asc
Expand All @@ -23,9 +25,4 @@ changelog:
- title: ✏ Others
order: 999
filters:
exclude:
- ^build
- ^ci
- ^docs
- ^style
- ^test
exclude: [^build, ^ci, ^docs, ^style, ^test]

0 comments on commit ce7b1c9

Please sign in to comment.