Releases: ashwanthkumar/gocd-build-github-pull-requests
Releases · ashwanthkumar/gocd-build-github-pull-requests
v0.0.4
v0.0.3
Merge pull request #21 from srinivasupadhya/fixes even if no revision is returned for latestRevisionsSince we need to return latest scm-data.
v.0.0.2
Changes
- Now supports repos from Github Enterprise - need volunteers to test this ;)
- We now build merge between the PR and the destination instead of HEAD of the PR. Taking inspiration from how Travis CI works.
- Exposing more attributes via environment variables during the build.
- Reduced the number of Github API calls from 3 per MDU check to 2 per every build
v0.0.1
Working version for Go Plugin Challenge.