Skip to content

Commit

Permalink
goreleaser: migrate config to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Manuel "Kang" Perez committed Aug 14, 2024
1 parent 97139d3 commit dcb6d61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

before:
hooks:
- go mod tidy
Expand All @@ -21,7 +23,7 @@ snapshot:
name_template: "next-{{ incpatch .Version }}"

changelog:
skip: true
disable: true

release:
disable: true
Expand Down

0 comments on commit dcb6d61

Please sign in to comment.