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.
1 parent f895d27 commit f8790d8Copy full SHA for f8790d8
Changelog/build.gradle.kts
@@ -13,7 +13,7 @@ tasks.register<GitChangelogTask>("makeChangelog") {
13
fromRepo = projectDir.absolutePath.toString()
14
file = file("changelog.html")
15
untaggedName = changelogUntaggedName
16
- fromRevision = "e72e49fa7a072755e7f96cad65388205f6a010dc"
+ fromRevision = "HEAD~30"
17
toRevision = "HEAD"
18
templateContent = file("changelog.mustache").readText()
19
}
0 commit comments