We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac99c7c + 28384b5 commit 28e35b3Copy full SHA for 28e35b3
gradle/shipkit.gradle
@@ -3,7 +3,7 @@ apply plugin: "org.shipkit.shipkit-changelog"
3
apply plugin: "org.shipkit.shipkit-gh-release"
4
5
tasks.named("generateChangelog") {
6
- previousRevision = "v" + project.ext.'shipkit-auto-version.previous-version'
+ previousRevision = project.ext.'shipkit-auto-version.previous-tag'
7
readOnlyToken = "a0a4c0f41c200f7c653323014d6a72a127764e17"
8
repository = "mockito/mockito-scala"
9
}
0 commit comments