From 45da6ab0d91e0b71e30c5f3a5641e17d84a0690a Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Fri, 20 Aug 2021 02:39:43 +0200 Subject: [PATCH] ci: switch to conventional commits --- .github/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/index.mjs b/.github/index.mjs index c2dd85fe..6707d429 100644 --- a/.github/index.mjs +++ b/.github/index.mjs @@ -49,7 +49,7 @@ if (mode === "publish") { .addConfig("user.name", "github-actions[bot]") .addConfig("user.email", "41898282+github-actions[bot]@users.noreply.github.com") .add([...staged]) - .commit("Auto-regenerate files") + .commit("ci: auto-regenerate files") .push("origin", "master") console.log(gitted) }