Skip to content

Commit

Permalink
Merge pull request #31 from shestee/master
Browse files Browse the repository at this point in the history
Apply new Shipkit Changelog plugin properties
  • Loading branch information
mockitoguy authored Jan 2, 2021
2 parents f5f0707 + ebc12a4 commit 2473526
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gradle/shipkit.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: "org.shipkit.shipkit-gh-release"

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

Expand All @@ -14,5 +14,6 @@ tasks.named("githubRelease") {
dependsOn genTask
repository = genTask.repository
changelog = genTask.outputFile
writeToken = System.getenv("GITHUB_TOKEN")
githubToken = System.getenv("GITHUB_TOKEN")
newTagRevision = System.getenv("GITHUB_SHA")
}

0 comments on commit 2473526

Please sign in to comment.