mirror of
https://github.com/certbot/certbot.git
synced 2026-01-24 19:22:07 +03:00
Ensure that all pip upload version #s are reflect in git
This commit is contained in:
@@ -85,9 +85,12 @@ SetVersion() {
|
||||
sed -i "s/^version.*/version = '$ver'/" $pkg_dir/setup.py
|
||||
done
|
||||
sed -i "s/^__version.*/__version__ = '$ver'/" letsencrypt/__init__.py
|
||||
|
||||
# interactive user input
|
||||
git add -p letsencrypt $SUBPKGS letsencrypt-compatibility-test
|
||||
|
||||
git add -p letsencrypt $SUBPKGS # interactive user input
|
||||
}
|
||||
|
||||
SetVersion "$version"
|
||||
git commit --gpg-sign="$RELEASE_GPG_KEY" -m "Release $version"
|
||||
git tag --local-user "$RELEASE_GPG_KEY" \
|
||||
|
||||
Reference in New Issue
Block a user