mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02:00
+1
-1
@@ -86,7 +86,7 @@ SetVersion() {
|
|||||||
done
|
done
|
||||||
sed -i "s/^__version.*/__version__ = '$ver'/" letsencrypt/__init__.py
|
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"
|
SetVersion "$version"
|
||||||
git commit --gpg-sign="$RELEASE_GPG_KEY" -m "Release $version"
|
git commit --gpg-sign="$RELEASE_GPG_KEY" -m "Release $version"
|
||||||
|
|||||||
Reference in New Issue
Block a user