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 0a3e884 commit 2e2e098Copy full SHA for 2e2e098
staging/operator-lifecycle-manager/.goreleaser.yml
@@ -132,3 +132,13 @@ changelog:
132
- '^test:'
133
release:
134
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