github-release-plugin
github-release-plugin copied to clipboard
Can't use organizations with hyphen in its name
trafficstars
Running with an organzation with hyphen in its name like:
<connection>https://github.com/org-name/reponame</connection><connection>scm:git:[email protected]:org-name/reponame.git</connection>will returnFailed to create release: https://api.github.com/repos/https:/ -> [Help 1].
Although a simple change to:
<connection>https://github.com/orgname/reponame</connection>
Will change the error (now because the org does not exist) to: Failed to create release: https://api.github.com/repos/orgname/reponame -> [Help 1]
This leads me to suspect that there is an error while parsing the scm configuration.