Skip to content

Commit

Permalink
Update githubRelease targetCommitish to 1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Paul-R committed Aug 5, 2022
1 parent fa74b4a commit 3d48fd2
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 @@ -266,7 +266,7 @@ githubRelease {
owner = project.gh_owner // default is the last part of your group. Eg group: "com.github.breadmoirai" => owner: "breadmoirai"
repo = project.gh_repo // by default this is set to your project name
tagName = project.version as String // by default this is set to "v${project.version}"
targetCommitish = "1.19" // by default this is set to "master"
targetCommitish = "1.19.1" // by default this is set to "master"
releaseName = project.version as String // Release title, by default this is the same as the tagName
body = readChangelogFromFile() // by default this is empty
draft = false // by default this is false
Expand Down

0 comments on commit 3d48fd2

Please sign in to comment.