chore(release): v1.0.41

This commit is contained in:
Conventional Changelog Action
2021-10-14 07:13:40 +00:00
parent b97833f7c5
commit 884fc90171
3 changed files with 10 additions and 9 deletions

View File

@@ -21489,8 +21489,8 @@ function pushNewFiles(files = []) {
yield Promise.all(files.map(({ filename, data }) => __awaiter(this, void 0, void 0, function* () {
yield fsp.writeFile(filename, data);
yield git_1.default.add(filename);
yield git_1.default.commit(`chore(${filename}): updated ${filename}`);
})));
yield git_1.default.commit(`chore(updates): updated entries in files`);
yield git_1.default.push();
});
}