Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/gentle-toes-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-signs-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-pugs-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wide-pears-drive.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# github-actions-cloudflare-pages

## 3.4.0

### Minor Changes

- [#732](https://github.com/andykenward/github-actions-cloudflare-pages/pull/732) [`1c10be0`](https://github.com/andykenward/github-actions-cloudflare-pages/commit/1c10be0363ff8245ae5ae8f0587f8ffb793ffbfe) Thanks [@andykenward](https://github.com/andykenward)! - Added support for the GitHub workflow_run event to enable fork-safe preview deployments and pull request comments. [#729](https://github.com/andykenward/github-actions-cloudflare-pages/issues/729)

- [#737](https://github.com/andykenward/github-actions-cloudflare-pages/pull/737) [`e0a8f58`](https://github.com/andykenward/github-actions-cloudflare-pages/commit/e0a8f589a2247d56806fb0a32979f406eebe3fe8) Thanks [@andykenward](https://github.com/andykenward)! - feat: support a input pr-number to override the event logic. Useful for forked PRs. [#729](https://github.com/andykenward/github-actions-cloudflare-pages/issues/729)

### Patch Changes

- [#738](https://github.com/andykenward/github-actions-cloudflare-pages/pull/738) [`5f1b2d8`](https://github.com/andykenward/github-actions-cloudflare-pages/commit/5f1b2d84e92b6daa1e891021bdce8480468224d8) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps-dev): bump wrangler from 4.75.0 to 4.86.0

- [#736](https://github.com/andykenward/github-actions-cloudflare-pages/pull/736) [`947c9c2`](https://github.com/andykenward/github-actions-cloudflare-pages/commit/947c9c21c3b9cc239063c7847cdad8f033d691aa) Thanks [@andykenward](https://github.com/andykenward)! - fix: delete action use node24

## 3.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-actions-cloudflare-pages",
"version": "3.3.2",
"version": "3.4.0",
"private": true,
"description": "A Github Action to deploy to Cloudflare Pages",
"keywords": [
Expand Down
Loading