This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
Releases: cloudflare/pages-action
Releases Β· cloudflare/pages-action
v1.5.0
What's Changed
- Create GitHub deployment using correct branch name by @aaronadamsCA in #70
- Use branch input when determining GitHub deployment production status by @iiroj in #80
- Add wranglerVersion options by @perrornet in #82
- Better API errors by @WalshyDev in #85
- Release 1.5.0 by @WalshyDev in #86
New Contributors
- @iiroj made their first contribution in #80
- @perrornet made their first contribution in #82
Full Changelog: 1...v1.5.0
v1.4.1
What's Changed
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- chore: use tabs by @Cherry in #46
- Git blame ignore the "use tabs" formatting PR by @jasikpark in #53
- Add workingDirectory input by @aaronadamsCA in #50
- Better environment names by @aaronadamsCA in #55
- Fix branch name for
pull_request
events by @aaronadamsCA in #56 - Ensure that existing GitHub deployments do not become inactive by @Mitch528 in #49
New Contributors
- @Cherry made their first contribution in #46
- @jasikpark made their first contribution in #53
- @aaronadamsCA made their first contribution in #50
- @Mitch528 made their first contribution in #49
Full Changelog: 1...v1.4.0
v1.3.0
What's Changed
- Tag vX major when we do a release by @WalshyDev in #43
- Do not create octokit if no github token by @IanVS in #42
- Updates by @ghostdevv in #37
- Job summary by @WalshyDev in #44
- Release 1.3.0 by @WalshyDev in #45
New Contributors
- @IanVS made their first contribution in #42
- @ghostdevv made their first contribution in #37
Full Changelog: v1.2.0...v1.3.0
Deprecation warning for the 1
tag. Please use v1
instead
v1.2.0
What's Changed
- Add outputs to README by @DavidShefcik in #13
- Whole bunch of general improvements by @WalshyDev in #33
- Made
githubToken
optional - This allows for users to disable the GitHub deployments (resolves #30, #27) - Updated dependencies (resolves #32)
- Fixed the log URL so it correctly points to the deployment (resolves #31)
- Added
alias
to the output - Provides the branch alias if it's a preview deploy or the production URL if production (resolves #18) - Changes the GitHub Deployment/Env name to be
Preview (<branch>)
- this will result in less and more useful deployments (resolves #17)
- Made
- Release 1.2.0 by @WalshyDev in #35
New Contributors
- @DavidShefcik made their first contribution in #13
- @WalshyDev made their first contribution in #33
Full Changelog: 1...v1.2.0
v1.1.0 - New branch option
What's Changed
- Update readme to show how to get account ID and API token by @Ekwuno in #9
- Add support for specifying branch by @spencerreeves in #19
New Contributors
- @Ekwuno made their first contribution in #9
- @spencerreeves made their first contribution in #19
Full Changelog: 1...v1.1.0