Skip to content

Commit

Permalink
fix deprected stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanmdavidson committed Jun 30, 2024
1 parent 07b6189 commit 07b752f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This is an example goreleaser.yaml file with some defaults.
# Make sure to check the documentation at http://goreleaser.com
version: 2
env:
- CGO_ENABLED=0
before:
Expand Down Expand Up @@ -70,4 +71,4 @@ release:
# draft: true

changelog:
skip: true
disable: true
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test: phony

test-releaser: export API_VERSION = x5.0
test-releaser: phony
go install github.com/goreleaser/goreleaser@latest
go install github.com/goreleaser/goreleaser/v2@latest
goreleaser check
goreleaser release --snapshot --clean --skip=sign

Expand Down

0 comments on commit 07b752f

Please sign in to comment.