We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718b80f commit 833a157Copy full SHA for 833a157
.goreleaser.yml
@@ -2,6 +2,7 @@
2
before:
3
hooks:
4
- go mod download
5
+ - go mod tidy
6
- make clean
7
- mkdir build/
8
builds:
@@ -41,5 +42,14 @@ checksum:
41
42
snapshot:
43
name_template: "{{ .Tag }}-next"
44
release:
45
+ github:
46
+ owner: haproxytech
47
+ name: dataplaneapi
48
+ header: |
49
+ ## Release Notes
50
+ HAProxy Data Plane API {{.Tag}} {{.ShortCommit}}
51
+
52
+ Build from: [email protected]:haproxytech/dataplaneapi.git
53
+ Build date: {{.Date}}
54
draft: true
- name_template: "HAProxy {{toupper .ProjectName}} v{{.Version}}"
55
+ name_template: "HAProxy Data Plane API v{{.Version}}"
0 commit comments