mirror of
https://github.com/certbot/certbot.git
synced 2026-02-27 20:04:11 -05:00
Ensure that all pip upload version #s are reflect in git
This commit is contained in:
parent
8cc0d156e2
commit
a7b878b825
1 changed files with 4 additions and 1 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue