Skip to content

Commit 2e2e098

Browse files
timflannaganperdasilva
authored andcommitted
Add release header to the .goreleaser configuration file (#2760)
Signed-off-by: timflannagan <[email protected]> Upstream-repository: operator-lifecycle-manager Upstream-commit: acc4c5a9029be80fc44be9f6fa1baa8f2139f019
1 parent 0a3e884 commit 2e2e098

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

staging/operator-lifecycle-manager/.goreleaser.yml

Lines changed: 10 additions & 0 deletions
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)