diff --git a/tools/release.sh b/tools/release.sh index 75a4af29c..81582cef0 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -88,9 +88,9 @@ SetVersion() { sed -i "s/^version.*/version = '$ver'/" $pkg_dir/setup.py done sed -i "s/^__version.*/__version__ = '$ver'/" certbot/__init__.py - + # interactive user input - git add -p certbot $SUBPKGS certbot-compatibility-test + git add -p certbot $SUBPKGS certbot-compatibility-test }