This commit is contained in:
di-sukharev
2023-05-20 18:22:25 +08:00
parent 10c89ded6e
commit f7ca45540a
2 changed files with 2 additions and 0 deletions

View File

@@ -150,6 +150,7 @@ async function improveCommitMessagesWithRebase({
console.log({ sha: commit.sha, improvedMessage });
await execa('git', ['fetch', '--all']);
await execa('git', [
'rebase',
'-i',