forked from github/schildichat-desktop
Let version bumps autocommit everything
This commit is contained in:
parent
50dde2a683
commit
5dfc140993
@ -17,4 +17,12 @@ forall_repos check_clean_git
|
|||||||
|
|
||||||
bump_release_version
|
bump_release_version
|
||||||
|
|
||||||
|
# Get version string
|
||||||
|
get_current_versions
|
||||||
|
get_versions_string
|
||||||
|
|
||||||
|
# Add everything
|
||||||
|
git add -A
|
||||||
|
git commit --allow-empty -m "New release v$versions_string"
|
||||||
|
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
@ -17,4 +17,12 @@ forall_repos check_clean_git
|
|||||||
|
|
||||||
bump_test_version
|
bump_test_version
|
||||||
|
|
||||||
|
# Get version string
|
||||||
|
get_current_versions
|
||||||
|
get_versions_string
|
||||||
|
|
||||||
|
# Add everything
|
||||||
|
git add -A
|
||||||
|
git commit --allow-empty -m "New test release v$versions_string"
|
||||||
|
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user