Skip to content

Commit e43e3fa

Browse files
committed
Add release header to the .goreleaser configuration file
1 parent d505efc commit e43e3fa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: .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)