Skip to content

Commit

Permalink
change targetCommitish to 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuki1293 committed Dec 11, 2024
1 parent 3e33a4b commit 9d303e5
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 @@ -232,7 +232,7 @@ githubRelease {
owner 'yuuki1293' // default is the last part of your group. Eg group: 'com.github.breadmoirai" => owner: "breadmoirai"
repo 'ProgrammedCircuitCard' // by default this is set to your project name
tagName "v${project.version}" // by default this is set to "v${project.version}"
targetCommitish 'master' // by default this is set to "main"
targetCommitish '1.20.1' // by default this is set to "main"
releaseName "${rootProject.name} ${project.version}" // Release title, by default this is the same as the tagName
generateReleaseNotes false // Generate release notes automatically, if true and body is present, body will be prepended, if name is not given, one will be generated by the tag
body file("changelog.txt").text // by default this is empty
Expand Down

0 comments on commit 9d303e5

Please sign in to comment.