From 57375e4538d37e312462fd3fd3273c7ffdd33d8c Mon Sep 17 00:00:00 2001 From: Andy Kenward <4893048+andykenward@users.noreply.github.com> Date: Thu, 18 Apr 2024 22:02:31 +0000 Subject: [PATCH] chore: changeset --- .changeset/flat-ladybugs-smoke.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/flat-ladybugs-smoke.md diff --git a/.changeset/flat-ladybugs-smoke.md b/.changeset/flat-ladybugs-smoke.md new file mode 100644 index 00000000..4b60201c --- /dev/null +++ b/.changeset/flat-ladybugs-smoke.md @@ -0,0 +1,6 @@ +--- +"github-actions-cloudflare-pages": major +--- +- **BREAKING CHANGES:** use the sub-action `unlike-ltd/github-actions-cloudflare-pages/delete` to delete deployments. The main action `unlike-ltd/github-actions-cloudflare-pages` no longer deletes any deployments. +- **BREAKING CHANGES:** new payload format saved to the GitHub deployments to allow for the sub-action `unlike-ltd/github-actions-cloudflare-pages/delete` to work. To support the older payload the action inputs of `cloudflare-account-id` & `cloudflare_project_name` are required. If an older payload is found and the action inputs are missing, it will silently error and continue; but output in the job summary the deployment. +