github-release-gradle-plugin
github-release-gradle-plugin copied to clipboard
Invalid revision range
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.
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?
Nope, this works fine locally