Skip to content

Commit

Permalink
reduce CurseForge changelog length
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Feb 8, 2025
1 parent 401bb43 commit d4ea796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Changelog/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tasks.register<GitChangelogTask>("makeChangelog") {
fromRepo = projectDir.absolutePath.toString()
file = file("changelog.html")
untaggedName = changelogUntaggedName
fromRevision = "e72e49fa7a072755e7f96cad65388205f6a010dc"
fromRevision = "HEAD~30"
toRevision = "HEAD"
templateContent = file("changelog.mustache").readText()
}
Expand Down

0 comments on commit d4ea796

Please sign in to comment.