Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
goreleaser: snapshot.name_template is deprecated (#366)
Before: ``` snapshot: name_template: 'foo' ``` After: ``` snapshot: version_template: 'foo' ``` Ref: https://goreleaser.com/deprecations/#snapshotname_template
- Loading branch information