BreadMoirai / github-release-gradle-plugin

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

Invalid revision range #10

Open duncte123 opened 5 years ago

duncte123 commented 5 years ago

While building via Travis, this error occurred:

Execution failed for task ':githubRelease'.
> Unexpected exit value: 128, allowed exit values: [0], executed command [git, rev-list, --format=oneline, --abbrev-commit, --max-count=50, 3a44b8881850fdeeb51adb03fea2a235613e07e2..HEAD, --], output was 77 bytes:
  fatal: Invalid revision range 3a44b8881850fdeeb51adb03fea2a235613e07e2..HEAD

I am defaulting the body.

BreadMoirai commented 5 years ago

Does that same command

git rev-list --format=oneline --abbrev-commit --max-count=50 3a44b8881850fdeeb51adb03fea2a235613e07e2..HEAD --

exhibit the same behavior on a local version of your github repository?

duncte123 commented 5 years ago

Nope, this works fine locally