Skip to content

Commit 833a157

Browse files
committed
BUILD/MINOR: goreleaser: rework release notes
1 parent 718b80f commit 833a157

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.goreleaser.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
before:
33
hooks:
44
- go mod download
5+
- go mod tidy
56
- make clean
67
- mkdir build/
78
builds:
@@ -41,5 +42,14 @@ checksum:
4142
snapshot:
4243
name_template: "{{ .Tag }}-next"
4344
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}}
4454
draft: true
45-
name_template: "HAProxy {{toupper .ProjectName}} v{{.Version}}"
55+
name_template: "HAProxy Data Plane API v{{.Version}}"

0 commit comments

Comments
 (0)