HHH-5646 add the '-a' option to the commit
This commit is contained in:
parent
7e94415095
commit
e316921a75
|
@ -30,7 +30,7 @@ updatePomVersionsAndCommit() {
|
|||
$i > tmp
|
||||
mv tmp $i
|
||||
done
|
||||
git commit -m "Updating pom versions to $1 for release tagging"
|
||||
git commit -a -m "Updating pom versions to $1 for release tagging"
|
||||
}
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Reference in New Issue