Skip to content

Commit

Permalink
Add release header to the .goreleaser configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
timflannagan committed Apr 28, 2022
1 parent d505efc commit e43e3fa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
```

0 comments on commit e43e3fa

Please sign in to comment.