Skip to content

Commit

Permalink
Merge pull request #57 from shipkit/mockitoguy-patch-6
Browse files Browse the repository at this point in the history
Fixed changelog task configuration bug
  • Loading branch information
shestee authored Dec 11, 2020
2 parents ef2b23e + 00e70e9 commit bec226d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if (ext.'gradle.publish.key' && ext.'gradle.publish.secret') {
}

tasks.named("generateChangelog") {
previousRevision = 'shipkit-auto-version.previous-tag'
previousRevision = project.ext.'shipkit-auto-version.previous-tag'
readOnlyToken = "a0a4c0f41c200f7c653323014d6a72a127764e17"
repository = "shipkit/shipkit-auto-version"
}
Expand All @@ -46,4 +46,4 @@ tasks.named("githubRelease") {
repository = genTask.repository
changelog = genTask.outputFile
writeToken = System.getenv("GH_WRITE_TOKEN")
}
}

0 comments on commit bec226d

Please sign in to comment.