Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@users.noreply.github.com>2021-12-21 19:28:31 +0300
committerGitHub <noreply@github.com>2021-12-21 19:28:31 +0300
commit1577cd866308f98394278038f6fc95878f3d973e (patch)
tree9b9321e8a561194856a82b3b189ce390b611514a
parent89ccbccff0582728faf9c48d1e055bd6d1218d1f (diff)
write docs on how to test release script (#9142)
Alexis (rightfully) wasn't sure how to test this when working on https://github.com/certbot/certbot/pull/9076. This PR documents it in the script based on what I wrote at https://github.com/certbot/certbot/pull/8351#issue-715227127 which I reverified.
-rwxr-xr-xtools/finish_release.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/finish_release.py b/tools/finish_release.py
index 24e20987f..097551057 100755
--- a/tools/finish_release.py
+++ b/tools/finish_release.py
@@ -19,6 +19,14 @@ Setup:
Run:
python tools/finish_release.py ~/.ssh/githubpat.txt
+
+Testing:
+
+This script can be safely run between releases. When this is done, the script
+should execute successfully until the final step when it tries to set draft
+equal to false on the GitHub release. This step should fail because a published
+release with that name already exists.
+
"""
import argparse