Skip to content

Commit

Permalink
fix: improve release naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamalam360 authored Dec 10, 2023
1 parent 1e19607 commit ba223e4
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 @@ -10,7 +10,7 @@ if (System.getenv("GITHUB_TOKEN") != null) {
token(System.getenv("GITHUB_TOKEN"))
owner("JamCoreModding")
repo("jamlib")
tagName(project.version)
tagName("${project.version}+${minecraft_version}")
releaseName("V${project.version} [${minecraft_version}]")
body(project.rootProject.file("CHANGELOG.md").text)
draft(false)
Expand Down

0 comments on commit ba223e4

Please sign in to comment.