Don't auto-commit.

Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
This commit is contained in:
Edu4rdSHL 2022-02-02 14:42:24 -05:00
parent e7b2bc2050
commit 7f974c8414
No known key found for this signature in database
GPG key ID: 3A574A4009F553E5

View file

@ -65,11 +65,11 @@ else
echo "Please install the help2man package."
fi
if command -v git >/dev/null; then
git add .
git commit -m "Bump version."
git push
fi
#if command -v git >/dev/null; then
# git add .
# git commit -m "Bump version."
# git push
#fi
#echo "Uploading crate to crates.io..."
#if cargo publish --no-verify > /dev/null; then