summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
Diffstat (limited to 'release')
-rwxr-xr-xrelease/sign-tag.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/release/sign-tag.py b/release/sign-tag.py
index 09f89187..605437c9 100755
--- a/release/sign-tag.py
+++ b/release/sign-tag.py
@@ -18,11 +18,7 @@
18This is intended to be run only by the official Repo release managers, but it 18This is intended to be run only by the official Repo release managers, but it
19could be run by people maintaining their own fork of the project. 19could be run by people maintaining their own fork of the project.
20 20
21NB: Avoid new releases on off-hours. If something goes wrong, staff/oncall need 21NB: Check docs/release-process.md for production freeze information.
22to be active in order to respond quickly & effectively. Recommend sticking to:
23* Mon - Thu, 9:00 - 14:00 PT (i.e. MTV time)
24* Avoid US holidays (and large international ones if possible)
25* Follow the normal Google production freeze schedule
26""" 22"""
27 23
28import argparse 24import argparse