Skip to content

Commit

Permalink
Merge pull request #12 from shestee/master
Browse files Browse the repository at this point in the history
Apply new Shipkit Changelog properties and bump Shipkit plugins
  • Loading branch information
mockitoguy committed Jan 11, 2021
2 parents 38644ea + 37eb06a commit a83eec0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ buildscript {
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath "org.shipkit:shipkit-auto-version:0.+"
classpath "org.shipkit:shipkit-changelog:0.+"
classpath "org.shipkit:shipkit-auto-version:1.+"
classpath "org.shipkit:shipkit-changelog:1.+"
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.+"
}
}
Expand Down
5 changes: 3 additions & 2 deletions gradle/release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ apply plugin: "org.shipkit.shipkit-github-release"

tasks.named("generateChangelog") {
previousRevision = project.ext.'shipkit-auto-version.previous-tag'
readOnlyToken = "a0a4c0f41c200f7c653323014d6a72a127764e17"
githubToken = System.getenv("GH_WRITE_TOKEN")
repository = "shipkit/shipkit-demo"
}

tasks.named("githubRelease") {
dependsOn tasks.named("generateChangelog")
repository = "shipkit/shipkit-demo"
changelog = tasks.named("generateChangelog").get().outputFile
writeToken = System.getenv("GH_WRITE_TOKEN")
githubToken = System.getenv("GH_WRITE_TOKEN")
newTagRevision = System.getenv("TRAVIS_COMMIT")
}

allprojects { p ->
Expand Down

0 comments on commit a83eec0

Please sign in to comment.