diff --git a/tools/finish_release.py b/tools/finish_release.py index 0a8400ea9..88db47105 100755 --- a/tools/finish_release.py +++ b/tools/finish_release.py @@ -49,7 +49,7 @@ ALL_SNAPS = ['certbot'] + PLUGIN_SNAPS # for sanity checking. SNAP_ARCH_COUNT = 3 # The percentage of users the 2.0 Certbot snap should be deployed to. -PROGRESSIVE_RELEASE_PERCENTAGE = 5 +PROGRESSIVE_RELEASE_PERCENTAGE = 10 def parse_args(args):