git-release icon indicating copy to clipboard operation
git-release copied to clipboard

Introduce env vars for prefix and suffix body content surrounding Changelog

Open tajobe opened this issue 6 months ago • 2 comments

Adds BODY_PREFIX and BODY_SUFFIX optional environment variable configurations to enable augmenting release body contents around the Changlog entries.

For example, I want a suffix after my Changlog in each release explaining the various artifacts produced in the release (fat jar vs online download)


An alternative implementation might be a single variable for eg BODY_FORMAT, which could used something like fmt.Sprintf(rel.BodyFormat, rel.Changelog)

tajobe avatar May 11 '25 02:05 tajobe