From e43e3fab785a68d403ce25595c610151fe0dab72 Mon Sep 17 00:00:00 2001 From: timflannagan Date: Thu, 28 Apr 2022 17:34:11 -0400 Subject: [PATCH] Add release header to the .goreleaser configuration file --- .goreleaser.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index ad4d0883a70..c8bbad10907 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -132,3 +132,13 @@ changelog: - '^test:' release: draft: true + header: | + ## Install + + ### Scripted + + ``` + curl -L https://github.com/operator-framework/operator-lifecycle-manager/releases/download/{{ .Tag }}/install.sh -o install.sh + chmod +x install.sh + ./install.sh {{ .Tag }} + ```