Update documentation to include new versioning syntax support

This commit is contained in:
Jacob M-G Evans 2023-08-10 15:30:29 -05:00
parent bb0133dcfc
commit a333df3c9e
No known key found for this signature in database
GPG key ID: 2A0C497CAB123094

View file

@ -2,8 +2,12 @@
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
- Wrangler Action supports Action version syntax, i.e. `uses: cloudflare/wrangler-action@v3` or `uses: cloudflare/wrangler-action@v3.x` and will continue
to support `uses: cloudflare/wrangler-action@3.x.x` syntax.
[Refer to Changelog for more information](CHANGELOG.md).