-
I have a pull request and test setup/GoReleaser release ready for the GoReleaser release footer. However, I started to doubt whether this feature is available without the Pro because I could not get it to work out of the box. That's why I'm checking in, can I use this feature? Or am I overlooking something else? # Footer for the release body.
#
# Templates: allowed
footer: |
## Thanks
Those were the changes on {{ .Tag }}!
# Footer for the release body.
#
# This feature is only available in GoReleaser Pro.
# Since v1.20 (pro)
footer:
# Loads from a URL.
from_url:
# Templates: allowed
URL: https://foo.bar/footer.md
footers:
x-api-token: "${MYCOMPANY_TOKEN}"
# Loads from a local file.
# Overrides `from_url`.
from_file:
# Templates: allowed
path: ./footer.md Source: https://goreleaser.com/customization/release/?h=footer#github |
Beta Was this translation helpful? Give feedback.
Answered by
caarlos0
Feb 26, 2024
Replies: 1 comment 3 replies
-
Hey, for the If you want ot use |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
cafferata
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, for the
footer
as a plain string, no, it shouldn't need pro for it.If you want ot use
from_url
orfrom_file
, then yes, pro is needed.