diff options
Diffstat (limited to 'release/sign-tag.py')
-rwxr-xr-x | release/sign-tag.py | 6 |
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 @@ | |||
18 | This is intended to be run only by the official Repo release managers, but it | 18 | This is intended to be run only by the official Repo release managers, but it |
19 | could be run by people maintaining their own fork of the project. | 19 | could be run by people maintaining their own fork of the project. |
20 | 20 | ||
21 | NB: Avoid new releases on off-hours. If something goes wrong, staff/oncall need | 21 | NB: Check docs/release-process.md for production freeze information. |
22 | to 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 | ||
28 | import argparse | 24 | import argparse |