BreadMoirai / github-release-gradle-plugin

A Gradle Plugin to send Releases to Github
Apache License 2.0
108 stars 26 forks source link

Body only contains last commit #6

Open xeruf opened 5 years ago

xeruf commented 5 years ago

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

gotson commented 5 years ago

I have the same issue.

ahatzz11 commented 2 years ago

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.