File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ builds:
2525 ldflags :
2626 [
2727 " -s -w -X github.com/skatkov/devtui/cmd.version={{.Version}} -X github.com/skatkov/devtui/cmd.commit={{.Commit}} -X github.com/skatkov/devtui/cmd.date={{ .CommitDate }}" ,
28- ]
28+ ]
2929 goos :
3030 - darwin
3131 - linux
@@ -60,7 +60,7 @@ changelog:
6060 order : 999
6161
6262archives :
63- - formats : [' tar.gz' ]
63+ - formats : [" tar.gz" ]
6464 # this name template makes the OS and Arch compatible with the results of uname.
6565 name_template : >-
6666 devtui_
@@ -71,7 +71,7 @@ archives:
7171 {{- if .Arm }}v{{ .Arm }}{{ end }}
7272 format_overrides :
7373 - goos : windows
74- formats : [ ' zip' ]
74+ formats : [" zip" ]
7575
7676snapshot :
7777 version_template : " {{ incpatch .Version }}-next"
@@ -82,13 +82,13 @@ source:
8282release :
8383 github :
8484 owner : skatkov
85- name : homebrew-tap
85+ name : devtui
8686 tag : " devtui-{{ .Tag }}"
8787 name_template : " devtui-{{ .Tag }}"
8888brews :
8989 - description : " A Swiss Army knife for developers"
9090 name : devtui
91- url_template : " https://github.com/skatkov/homebrew-tap /releases/download/devtui-{{ .Tag }}/{{ .ArtifactName }}"
91+ url_template : " https://github.com/skatkov/devtui /releases/download/devtui-{{ .Tag }}/{{ .ArtifactName }}"
9292 repository :
9393 owner : skatkov
9494 name : homebrew-tap
You can’t perform that action at this time.
0 commit comments