diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-06-30 18:01:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-30 18:01:08 -0400 |
commit | 3d8ba30ea0a4dfedcddcf11ecf2bf476cd1af4c3 (patch) | |
tree | 1cb819ad634d4594a78b93cecd1da1a5bd5a7d3f /tools/release/04_post_publish.ts | |
parent | 4e92f38d2ced6cbc2c7ed13d79d739dd4ddadb4c (diff) |
chore: forward 1.23.2 to main (#15027)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'tools/release/04_post_publish.ts')
-rwxr-xr-x | tools/release/04_post_publish.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/release/04_post_publish.ts b/tools/release/04_post_publish.ts index c6776f408..75bc19925 100755 --- a/tools/release/04_post_publish.ts +++ b/tools/release/04_post_publish.ts @@ -55,6 +55,7 @@ async function forwardReleaseCommitToMain() { await repo.runCommand([ "git", "cherry-pick", + "-Xpatience", releaseCommitHash, ]); await repo.gitPush("origin", newBranchName); |