Commit d256263
committed
release-version.sh: continue in case of no changes
Particularly when running outside batch mode, we might reset to the same
SNAPHOT version afterwards, so there may actually be no changes to
master at all. In that case, don't try to commit, because otherwise the
'git commit' command will return a non-zero error code, terminating the
script early.1 parent a99b8ce commit d256263
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| |||
0 commit comments