Skip to content

Commit

Permalink
Cleanup build script call 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ketan committed Jul 21, 2017
1 parent 1119552 commit eee6d0d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.0.3

- Cleanup the build script. No changes in functionality

# 2.0.2

- No changes from previous release, the repository was moved from https://github.com/gocd/go-plugins to its new home https://github.com/gocd/gocd-yum-repository-poller-plugin
10 changes: 6 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def releaseRevision = { ->
return hashStdOut.size().toString()
}

def PLUGIN_VERSION = '2.0.2'
def PLUGIN_VERSION = '2.0.3'
def DIST_VERSION = releaseRevision()
def GIT_REVISION = gitRevision()

Expand Down Expand Up @@ -133,7 +133,9 @@ github {
targetCommitish = project.gitRevision
body = """
# Version ${fullVersion}
See release notes at https://github.com/${github.owner}/${github.repo}/blob/master/CHANGELOG.md#${github.tagName}
""".stripIndent()
assets = project(':gocd-yum-repo-plugin').jar.outputs.files
See release notes at https://github.com/${github.owner}/${github.repo}/blob/master/CHANGELOG.md#${github.tagName.replaceAll(/[^A-Za-z0-9]/, '')}
""".stripIndent().trim()

assets = project(':gocd-yum-repo-plugin').jar.outputs.files.files
}

0 comments on commit eee6d0d

Please sign in to comment.