We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae8f24 commit 1a80f6cCopy full SHA for 1a80f6c
projects/publish/build.gradle
@@ -10,7 +10,7 @@ githubRelease {
10
// You get this from your user settings > developer settings > Personal Access Tokens
11
owner project.githubOwner // default is the last part of your group. Eg group: "com.github.breadmoirai" => owner: "breadmoirai"
12
repo project.githubRepo // by default this is set to your project name
13
- tagName "${buildVersion}" // by default this is set to "v${project.version}"
+ tagName "v${buildVersion}" // by default this is set to "v${project.version}"
14
targetCommitish "master" // by default this is set to "master"
15
releaseName "${project.releaseName} ${buildVersion}"
16
body changeLog // by default this is empty
0 commit comments