mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-04-20 03:02:51 -04:00
build
This commit is contained in:
@@ -27287,6 +27287,7 @@ async function improveCommitMessagesWithRebase({
|
||||
ce(`creating -F file for ${commit.sha}`);
|
||||
(0, import_fs2.writeFileSync)(`./commit-${i2}.txt`, improvedMessagesBySha[commit.sha]);
|
||||
});
|
||||
(0, import_fs2.writeFileSync)(`./count.txt`, "0");
|
||||
(0, import_fs2.writeFileSync)(
|
||||
`./rebase-exec.sh`,
|
||||
`
|
||||
|
||||
@@ -178,6 +178,8 @@ async function improveCommitMessagesWithRebase({
|
||||
// }
|
||||
// );
|
||||
|
||||
writeFileSync(`./count.txt`, '0');
|
||||
|
||||
writeFileSync(
|
||||
`./rebase-exec.sh`,
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user