github-release-gradle-plugin icon indicating copy to clipboard operation
github-release-gradle-plugin copied to clipboard

Body only contains last commit

Open xeruf opened this issue 7 years ago • 2 comments

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

xeruf avatar Nov 09 '18 22:11 xeruf

I have the same issue.

gotson avatar Aug 29 '19 00:08 gotson

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.

ahatzz11 avatar Jun 17 '22 01:06 ahatzz11