| Index: tools/release/test_scripts.py
|
| diff --git a/tools/release/test_scripts.py b/tools/release/test_scripts.py
|
| index 05457c9285c172d5c5f10b3e8108e6506b21d8f4..e98117adbf8e515c5fa2e84b4c104f52f374f2d7 100644
|
| --- a/tools/release/test_scripts.py
|
| +++ b/tools/release/test_scripts.py
|
| @@ -970,6 +970,8 @@ Performance and stability improvements on all platforms."""
|
| cb=self.WriteFakeWatchlistsFile),
|
| Cmd("git commit -aF \"%s\"" % TEST_CONFIG["COMMITMSG_FILE"], "",
|
| cb=CheckVersionCommit),
|
| + Cmd("git log -1 --format=%H --grep=\"Version 3.22.5\" origin/3.22.5",
|
| + ""),
|
| Cmd("git push origin "
|
| "refs/heads/work-branch:refs/pending/heads/3.22.5 "
|
| "push_hash:refs/pending-tags/heads/3.22.5 "
|
|
|