Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit72bed80

Browse files
authored
chore: fix GoReleaser config for version 2 (#349)
1 parent87755fc commit72bed80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ builds:
3131
goarch:'386'
3232
binary:'{{ .ProjectName }}_v{{ .Version }}'
3333
archives:
34-
-format:zip
34+
-formats:[zip ]
3535
name_template:'{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
3636
checksum:
3737
extra_files:
@@ -58,7 +58,7 @@ release:
5858
# If you want to manually examine the release before its live, uncomment this line:
5959
# draft: true
6060
prerelease:auto
61-
make_latest:{{ not .Prerelease }}
61+
make_latest:'{{ not .Prerelease }}'
6262
changelog:
6363
# see https://goreleaser.com/customization/changelog/
6464
use:github-native

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp