| Index: tools/release/common_includes.py
|
| diff --git a/tools/release/common_includes.py b/tools/release/common_includes.py
|
| index 61d60f1640ca40c8e4fc69c07fb658be146e709b..c3a216c66416c1b6f1348666117eae5dcb6b6478 100644
|
| --- a/tools/release/common_includes.py
|
| +++ b/tools/release/common_includes.py
|
| @@ -50,6 +50,7 @@ DAY_IN_SECONDS = 24 * 60 * 60
|
| PUSH_MSG_GIT_RE = re.compile(r".* \(based on (?P<git_rev>[a-fA-F0-9]+)\)$")
|
| PUSH_MSG_NEW_RE = re.compile(r"^Version \d+\.\d+\.\d+$")
|
| VERSION_FILE = os.path.join("include", "v8-version.h")
|
| +WATCHLISTS_FILE = "WATCHLISTS"
|
|
|
| # V8 base directory.
|
| V8_BASE = os.path.dirname(
|
|
|