Let version bumps autocommit everything

This commit is contained in:
su-ex 2021-12-27 22:29:51 +01:00
parent 50dde2a683
commit 5dfc140993
No known key found for this signature in database
GPG Key ID: E9E9F6644110943E
2 changed files with 16 additions and 0 deletions

View File

@ -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

View File

@ -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