Skip to content

Commit

Permalink
fix: Adjust lint hints
Browse files Browse the repository at this point in the history
  • Loading branch information
dadav committed Sep 13, 2024
1 parent efd30b4 commit e88ce47
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
Expand Up @@ -2,6 +2,8 @@
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj

version: 2

before:
hooks:
- go mod tidy
Expand Down Expand Up @@ -41,7 +43,7 @@ checksum:
name_template: checksums.txt

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

dockers:
- goos: linux
Expand Down

0 comments on commit e88ce47

Please sign in to comment.