diff options
author | Mike Frysinger <vapier@google.com> | 2020-07-08 15:02:39 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2020-07-23 08:07:38 +0000 |
commit | 89f3ae5ae65de412bdde50e6e01ca666a1b7c2bb (patch) | |
tree | 88993fe7004aad25196b7041930efd1cf6ad0395 /release/sign-tag.py | |
parent | ac29ac397fdaacd1bcec8fad59d3ad62a1a1867c (diff) | |
download | git-repo-89f3ae5ae65de412bdde50e6e01ca666a1b7c2bb.tar.gz |
release-process: document schedule (including freezes) publicly
Change-Id: Ic037b54630017740d7859292b32b8c57f4af7854
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/274772
Tested-by: Mike Frysinger <vapier@google.com>
Reviewed-by: Jonathan Nieder <jrn@google.com>
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 |