github-release-gradle-plugin
github-release-gradle-plugin copied to clipboard
Body only contains last commit
In the Readme you state
body "Wham, bam! Thank you clam!" // by default this is a list of commits from the current commit to the last commit associated with a github release
However, I just created a Release on https://github.com/Xerus2000/monsterutilities/releases and the body is just the latest commit :thinking: body was not set in my script
I have the same issue.
This ticket is hilariously old, but is this happening in github actions? If so I'd double check that you have fetch: 0 so it checks out the entire history. By default it's only the last commit.