Skip to content

Commit 28e35b3

Browse files
authored
Merge pull request #327 from shestee/release/1.x
Apply new Shipkit Auto Version plugin property
2 parents ac99c7c + 28384b5 commit 28e35b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/shipkit.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: "org.shipkit.shipkit-changelog"
33
apply plugin: "org.shipkit.shipkit-gh-release"
44

55
tasks.named("generateChangelog") {
6-
previousRevision = "v" + project.ext.'shipkit-auto-version.previous-version'
6+
previousRevision = project.ext.'shipkit-auto-version.previous-tag'
77
readOnlyToken = "a0a4c0f41c200f7c653323014d6a72a127764e17"
88
repository = "mockito/mockito-scala"
99
}

0 commit comments

Comments
 (0)