Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.20.4' into 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystal-Spider committed Jun 26, 2024
2 parents 1c57761 + a26f369 commit 19a061d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ subprojects { subproject ->
enabled = false
}

def changelog_body = "See [Changelog](https://github.com/${github_user}/${mod_id_kebab}/blob/master/CHANGELOG.md#${minecraft_version.replaceAll('\\.', '')}-${mod_version.replaceAll('\\.', '')}---${new Date().format("yyyyMMdd")})."
def changelog_body = "See [Changelog](https://github.com/${github_user}/${mod_id_kebab}/blob/master/CHANGELOG.md#v${mod_version.replaceAll('\\.', '')}---${new Date().format("yyyyMMdd")})."
def version_type = mod_version.replaceFirst("([0-9]+\\.?)+-?", "") ?: "release"
def loader = "Common"
switch (subproject.name) {
Expand Down

0 comments on commit 19a061d

Please sign in to comment.