Skip to content

Commit

Permalink
Include MC version in GitHub release name
Browse files Browse the repository at this point in the history
  • Loading branch information
NotRyken committed May 22, 2024
1 parent f7b2083 commit a1c33f9
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 @@ -163,7 +163,7 @@ subprojects {
repo = github_repo
tagName = "v${mod_version}"
prerelease = release_type == "alpha" || release_type == "beta"
releaseName = "v${mod_version}"
releaseName = "v${mod_version} for ${minecraft_version}"
body = rootProject.file("changelog.md").text
targetCommitish = grgitService.service.get().grgit.branch.current().name
overwrite = false
Expand Down

0 comments on commit a1c33f9

Please sign in to comment.