Skip to content

Commit

Permalink
Remove ignoring uncommitted changes on release
Browse files Browse the repository at this point in the history
  • Loading branch information
szpak committed Feb 15, 2016
1 parent 1486750 commit b523222
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ scmVersion {
versionSeparator = '/'
}
createReleaseCommit = true
ignoreUncommittedChanges = false
releaseCommitMessage { version, position -> "Release version: ${version}\n\n[ci skip]" }
hooks {
pre 'fileUpdate', [file: 'README.md', pattern: {v, p -> /classpath\ 'info\.solidsoft\.gradle\.pitest:gradle-pitest-plugin:.*'/},
Expand Down

0 comments on commit b523222

Please sign in to comment.