Skip to content

Commit ac6e2f2

Browse files
committed
fix the repo name
1 parent 769c8ca commit ac6e2f2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.goreleaser.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22
# Make sure to check the documentation at http://goreleaser.com
33
project_name: console
44

5+
release:
6+
name_template: "Version {{.Version}}"
7+
github:
8+
owner: minio
9+
name: console
10+
511
before:
612
hooks:
713
# you may remove this if you don't use vgo
814
- go mod tidy
15+
916
builds:
1017
-
1118
goos:

0 commit comments

Comments
 (0)