Skip to content

Commit acc4c5a

Browse files
authored
Add release header to the .goreleaser configuration file (#2760)
Signed-off-by: timflannagan <[email protected]>
1 parent 7e8e9f7 commit acc4c5a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.goreleaser.yml

+10
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,13 @@ changelog:
132132
- '^test:'
133133
release:
134134
draft: true
135+
header: |
136+
## Install
137+
138+
### Scripted
139+
140+
```
141+
curl -L https://github.com/operator-framework/operator-lifecycle-manager/releases/download/{{ .Tag }}/install.sh -o install.sh
142+
chmod +x install.sh
143+
./install.sh {{ .Tag }}
144+
```

0 commit comments

Comments
 (0)