From a71d9edbf5070dc4d4f8f05fdb30e974d0f0a26a Mon Sep 17 00:00:00 2001 From: Chisel Date: Sun, 27 Aug 2023 20:41:14 +0100 Subject: [PATCH 1/2] fix: add missing changeset action template --- .github/dependabot-changeset.template.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot-changeset.template.md diff --git a/.github/dependabot-changeset.template.md b/.github/dependabot-changeset.template.md new file mode 100644 index 00000000..6e2b1125 --- /dev/null +++ b/.github/dependabot-changeset.template.md @@ -0,0 +1,7 @@ +--- +'cookiecutter-chizovation': patch +--- + + + +{{ .prTitle }} From 8094cdaf8ea5b3fff199ae2aef4d7d99bf35fc55 Mon Sep 17 00:00:00 2001 From: Chisel Date: Sun, 27 Aug 2023 20:41:33 +0100 Subject: [PATCH 2/2] docs(changeset): fix: add missing changeset action template --- .changeset/healthy-months-pull.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/healthy-months-pull.md diff --git a/.changeset/healthy-months-pull.md b/.changeset/healthy-months-pull.md new file mode 100644 index 00000000..21b14ca0 --- /dev/null +++ b/.changeset/healthy-months-pull.md @@ -0,0 +1,5 @@ +--- +'arcane-scripts': patch +--- + +fix: add missing changeset action template