Skip to content

Commit

Permalink
ARCO-186: remove body add footer
Browse files Browse the repository at this point in the history
  • Loading branch information
pawellewandowski98 committed Nov 4, 2024
1 parent f6e5b54 commit c28db37
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,19 @@ builds:
release:
prerelease: false
name_template: "Release v{{.Version}}"
body: |
## Release Notes for {{.Tag}}
- Released on: {{.Date}}
**Changelog:**
{{ .Changelog }}
**Checksums:**
{{ .Checksums }}
**Docker Image:**
You can find docker container at [Docker Hub](https://hub.docker.com/r/bsvb/arc)
or get it by running `docker pull bsvb/arc:{{.Version}}`
# body: |
# ## Release Notes for {{.Tag}}
# - Released on: {{.Date}}
#
# **Changelog:**
# {{ .Changelog }}
#
# **Checksums:**
# {{ .Checksums }}
#
# **Docker Image:**
# You can find docker container at [Docker Hub](https://hub.docker.com/r/bsvb/arc)
# or get it by running `docker pull bsvb/arc:{{.Version}}`

footer: |
**Full Changelog**: https://github.com/bitcoin-sv/arc/compare/{{ .PreviousTag }}...{{ .Tag }}

0 comments on commit c28db37

Please sign in to comment.