mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
parent
0c704fa7f2
commit
4233353651
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ SetVersion() {
|
|||
done
|
||||
sed -i "s/^__version.*/__version__ = '$ver'/" letsencrypt/__init__.py
|
||||
|
||||
git add -p $SUBPKGS # interactive user input
|
||||
git add -p letsencrypt $SUBPKGS # interactive user input
|
||||
}
|
||||
SetVersion "$version"
|
||||
git commit --gpg-sign="$RELEASE_GPG_KEY" -m "Release $version"
|
||||
|
|
|
|||
Loading…
Reference in a new issue