Skip to content

Commit

Permalink
ARCO-186: fix footer
Browse files Browse the repository at this point in the history
  • Loading branch information
pawellewandowski98 committed Nov 4, 2024
1 parent d44b800 commit e6491b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ release:
prerelease: false
name_template: "Release v{{.Version}}"
footer: |
##Full Changelog: https://github.com/bitcoin-sv/arc/compare/{{ .PreviousTag }}...{{ .Tag }}
## Full Changelog:
You can find fll changelog here: https://github.com/bitcoin-sv/arc/compare/{{ .PreviousTag }}...{{ .Tag }}
##Docker Image:
## 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}}`

0 comments on commit e6491b0

Please sign in to comment.