Skip to content

Commit

Permalink
fix deprecated option in goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
creativeprojects committed Oct 2, 2024
1 parent 249fd41 commit da03de7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .goreleaser-docker-only.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
project_name: resticprofile

version: 2

before:
hooks:
- go mod download
Expand Down
2 changes: 2 additions & 0 deletions .goreleaser-snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
project_name: resticprofile

version: 2

before:
hooks:
- go mod download
Expand Down
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
project_name: resticprofile

version: 2

before:
hooks:
- go mod download
Expand Down Expand Up @@ -123,7 +125,7 @@ checksum:
name_template: 'checksums.txt'

snapshot:
name_template: "{{ .Tag }}-next"
version_template: "{{ .Tag }}-next"

changelog:
sort: asc
Expand Down

0 comments on commit da03de7

Please sign in to comment.