Merge pull request #143 from cloudflare/jacobmgevans/version-syntax-support

Update documentation to include new versioning syntax support
This commit is contained in:
Jacob M-G Evans 2023-08-10 15:55:12 -05:00 committed by GitHub
commit c7d1bd35bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,11 @@
Easy-to-use GitHub Action to use [Wrangler](https://developers.cloudflare.com/workers/cli-wrangler/). Makes deploying Workers, Pages or modifying R2 easy to do.
## Big Changes in v3
- Wrangler v1 is no longer supported.
- Global API key & Email Auth no longer supported
- Action version syntax is newly supported. This means e.g. `uses: cloudflare/wrangler-action@v3` and `uses: cloudflare/wrangler-action@v3.x` are both now valid syntax. Previously supported syntax e.g. `uses: cloudflare/wrangler-action@3.x.x` continues to be supported.
[Refer to Changelog for more information](CHANGELOG.md).