Skip to content

Commit 534f46c

Browse files
committed
Add tag to goreleaser
1 parent 646f21a commit 534f46c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ builds:
7878
archives:
7979
- name_template: >-
8080
{{- .ProjectName }}_
81+
{{- .Tag }}_
8182
{{- title .Os }}_
8283
{{- if eq .Arch "amd64" }}x86_64
8384
{{- else if eq .Arch "386" }}i386

changelogs/v0.11.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This version removes support for chunk-tool following removal of chunk storage s
1616

1717
```console
1818
# download the binary (adapt os and arch as needed)
19-
$ curl -fSL -o "cortextool" "https://github.com/grafana/cortex-tools/releases/download/v0.10.7/cortextool_0.10.7_linux_x86_64"
19+
$ curl -fSL -o "cortextool" "https://github.com/grafana/cortex-tools/releases/download/v0.11.0/cortextool_0.11.0_linux_x86_64"
2020

2121
# make it executable
2222
$ chmod a+x "cortextool"
@@ -29,7 +29,7 @@ $ ./cortextool --help
2929

3030
```console
3131
# download the binary (adapt os and arch as needed)
32-
$ curl -fSL -o "benchtool" "https://github.com/grafana/cortex-tools/releases/download/v0.10.7/benchtool_0.10.7_linux_x86_64"
32+
$ curl -fSL -o "benchtool" "https://github.com/grafana/cortex-tools/releases/download/v0.11.0/benchtool_0.11.0_linux_x86_64"
3333

3434
# make it executable
3535
$ chmod a+x "benchtool"

0 commit comments

Comments
 (0)