Skip to content

Commit 3b50a45

Browse files
committed
change release location
1 parent 2d00b46 commit 3b50a45

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.goreleaser.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

6262
archives:
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

7676
snapshot:
7777
version_template: "{{ incpatch .Version }}-next"
@@ -82,13 +82,13 @@ source:
8282
release:
8383
github:
8484
owner: skatkov
85-
name: homebrew-tap
85+
name: devtui
8686
tag: "devtui-{{ .Tag }}"
8787
name_template: "devtui-{{ .Tag }}"
8888
brews:
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

0 commit comments

Comments
 (0)