Skip to content

Commit 786b71b

Browse files
committed
ci: 添加 git 配置以忽略 pre-release 标签
1 parent fe232f6 commit 786b71b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ version: 2
22

33
project_name: MediaWarp
44

5+
git:
6+
ignore_tags:
7+
- pre-release
8+
59
snapshot:
610
version_template: "{{ incpatch .Version }}-PreRelease-{{ .ShortCommit }}"
711

0 commit comments

Comments
 (0)