Browse Source

feat: 修改 snapshot 参数

pull/6192/head
wanghe-fit2cloud 3 months ago
parent
commit
7901c26d32
  1. 2
      .goreleaser.yaml

2
.goreleaser.yaml

@ -44,7 +44,7 @@ archives:
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
version_template: "{{ incpatch .Version }}-next"
release:
draft: true
mode: append

Loading…
Cancel
Save