mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 16:19:13 +02:00
Ensure that all pip upload version #s are reflect in git
This commit is contained in:
+4
-1
@@ -86,8 +86,11 @@ SetVersion() {
|
||||
done
|
||||
sed -i "s/^__version.*/__version__ = '$ver'/" letsencrypt/__init__.py
|
||||
|
||||
git add -p letsencrypt $SUBPKGS # interactive user input
|
||||
# interactive user input
|
||||
git add -p letsencrypt $SUBPKGS letsencrypt-compatibility-test
|
||||
|
||||
}
|
||||
|
||||
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