Skip to content

Commit

Permalink
goreleaser: snapshot.name_template is deprecated (#366)
Browse files Browse the repository at this point in the history
Before:

```
snapshot:
  name_template: 'foo'
```

After:

```
snapshot:
  version_template: 'foo'
```

Ref: https://goreleaser.com/deprecations/#snapshotname_template
  • Loading branch information
abhinav authored Aug 28, 2024
1 parent 559a706 commit ffea483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ checksum:
name_template: 'checksums.txt'

snapshot:
name_template: "{{ incminor .Tag }}-dev"
version_template: "{{ incminor .Tag }}-dev"

0 comments on commit ffea483

Please sign in to comment.