Skip to content

Commit

Permalink
releasePlugin - failOnUpdateNeeded = false //dont fail if current sta…
Browse files Browse the repository at this point in the history
…ged changes on master are not yet on origin - prepare release and push at once
  • Loading branch information
Michael-Frank committed Mar 11, 2018
1 parent c7f6577 commit 5049646
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ license {
}

release {
failOnUpdateNeeded = false //dont fail if current staged changes on master are not yet on origin - prepare release and push at once
preTagCommitMessage = '[#1] Gradle Release Plugin - pre tag commit: '
tagCommitMessage = '[#1] Gradle Release Plugin - creating tag: '
newVersionCommitMessage = '[#1] Gradle Release Plugin - new version: '
Expand Down

0 comments on commit 5049646

Please sign in to comment.