Skip to content

Commit 9bfd574

Browse files
committed
chore(goreleaser): refactor configuration and testing for improved consistency
- Rename `name_template` to `version_template` in the snapshot section of `.goreleaser.yaml` Signed-off-by: appleboy <[email protected]>
1 parent a2a204e commit 9bfd574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ checksum:
8989
- glob: ./**.xz
9090

9191
snapshot:
92-
name_template: "{{ incpatch .Version }}"
92+
version_template: "{{ incpatch .Version }}"
9393

9494
release:
9595
# You can add extra pre-existing files to the release.

0 commit comments

Comments
 (0)