Skip to content

Commit

Permalink
Preparing for release v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Mar 3, 2016
1 parent 8329e73 commit e1351e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blaze.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,15 @@ def release() {
fail("Version ${version} not present in RELEASE-NOTES.md")
}

/**
// any unstaged files in git? (0 = no changes, 1 = changes exist)
exitValue =
exec("git", "diff-files", "--quiet").exitValues(0, 1).run()
if (exitValue == 1) {
fail("Uncommitted changes in git. Commit them first then re-run this task")
}
*/

//compile()
//dist()
Expand Down

0 comments on commit e1351e7

Please # to comment.