Skip to content

Commit 2026789

Browse files
buty4649claude
andauthored
goreleaser: アーカイブ名をxp_{version}_{os}_{arch}に変更 (#16)
ProjectName(xpoint-cli)ではなくバイナリ名(xp)を使う形式に統一する。 Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 810260b commit 2026789

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ builds:
3535
archives:
3636
- formats: [binary]
3737
name_template: >-
38-
{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}
38+
xp_{{ .Version }}_{{ .Os }}_{{ .Arch }}
3939
4040
checksum:
4141
name_template: checksums.txt

0 commit comments

Comments
 (0)