Skip to content

Releases: ashwanthkumar/gocd-build-github-pull-requests

v0.0.4

19 May 09:35
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

contains fixes for:

v0.0.3

01 Apr 07:43
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
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

22 Feb 06:25
Compare
Choose a tag to compare
v.0.0.2 Pre-release
Pre-release

Changes

  1. Now supports repos from Github Enterprise - need volunteers to test this ;)
  2. We now build merge between the PR and the destination instead of HEAD of the PR. Taking inspiration from how Travis CI works.
  3. Exposing more attributes via environment variables during the build.
  4. Reduced the number of Github API calls from 3 per MDU check to 2 per every build

v0.0.1

20 Feb 21:07
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Working version for Go Plugin Challenge.