diff --git a/.changeset/sour-fans-dress.md b/.changeset/sour-fans-dress.md deleted file mode 100644 index 419d1540..00000000 --- a/.changeset/sour-fans-dress.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"github-actions-cloudflare-pages": minor ---- - -Now polls the Cloudflare Pages API deployments endpoint every 1 second for the current status of the matching commit hash, if the status is not "idle" it will stop polling and continue the action. This fixes the issue #222 , where the PR comment would have the wrong preview URL. - -CLOSES #222 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8007283a..b14b3ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # github-actions-cloudflare-pages +## 1.2.0 + +### Minor Changes + +- [#223](https://github.com/unlike-ltd/github-actions-cloudflare-pages/pull/223) [`e4ea179`](https://github.com/unlike-ltd/github-actions-cloudflare-pages/commit/e4ea17979d32e89b8713d272bc576b2fd27fa72b) Thanks [@andykenward](https://github.com/andykenward)! - Now polls the Cloudflare Pages API deployments endpoint every 1 second for the current status of the matching commit hash, if the status is not "idle" it will stop polling and continue the action. This fixes the issue #222 , where the PR comment would have the wrong preview URL. + + CLOSES #222 + ## 1.1.3 ### Patch Changes diff --git a/package.json b/package.json index 6a588efc..3b7297a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-actions-cloudflare-pages", - "version": "1.1.3", + "version": "1.2.0", "private": true, "description": "A Github Action to deploy to Cloudflare Pages", "type": "module",