Skip to content

Commit

Permalink
Merge pull request #1385 from ANTsX/releaseScript
Browse files Browse the repository at this point in the history
ENH: Skip CI on the post-release commit
  • Loading branch information
cookpa authored Jul 6, 2022
2 parents 75a7a9e + 106ec84 commit f5e6679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utilities/tagRelease.pl
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@
close($outFH);

system("git add Version.cmake");
system("git commit -m \"Updating version for development post $tag\"");
system("git commit -m \"[skip ci] Updating version for development post $tag\"");
print("\nPushing changed Version.cmake\n");
system("git push origin $masterBranchLabel") == 0

0 comments on commit f5e6679

Please sign in to comment.