abhinav / git-spice

Manage stacked Git branches
https://abhinav.github.io/git-spice/
GNU General Public License v3.0
220 stars 11 forks source link

goreleaser: snapshot.name_template is deprecated #366

Closed abhinav closed 1 month ago

abhinav commented 1 month ago

Before:

snapshot:
  name_template: 'foo'

After:

snapshot:
  version_template: 'foo'

Ref: https://goreleaser.com/deprecations/#snapshotname_template

abhinav commented 1 month ago

This change is part of the following stack:

Change managed by git-spice.