Merge pull request #146 from cloudflare/changeset-release/main

Version Packages
This commit is contained in:
Jacob M-G Evans 2023-08-10 16:06:17 -05:00 committed by GitHub
commit ef7686b259
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 16 deletions

View file

@ -1,10 +0,0 @@
---
"wrangler-action": patch
---
Added more error logging when a command fails to execute
Previously, we prevented any error logs from propagating too far to prevent leaking of any potentially sensitive information. However, this made it difficult for developers to debug their code.
In this release, we have updated our error handling to allow for more error messaging from pre/post and custom commands. We still discourage the use of these commands for secrets or other sensitive information, but we believe this change will make it easier for developers to debug their code.
Relates to #137

View file

@ -1,5 +0,0 @@
---
"wrangler-action": patch
---
Adding Changesets

View file

@ -1,5 +1,18 @@
# Changelog
## 3.0.2
### Patch Changes
- [#145](https://github.com/cloudflare/wrangler-action/pull/145) [`554eea1`](https://github.com/cloudflare/wrangler-action/commit/554eea134a56c1c05f54c44fa53c6432fb6405f6) Thanks [@JacobMGEvans](https://github.com/JacobMGEvans)! - Added more error logging when a command fails to execute
Previously, we prevented any error logs from propagating too far to prevent leaking of any potentially sensitive information. However, this made it difficult for developers to debug their code.
In this release, we have updated our error handling to allow for more error messaging from pre/post and custom commands. We still discourage the use of these commands for secrets or other sensitive information, but we believe this change will make it easier for developers to debug their code.
Relates to #137
- [#145](https://github.com/cloudflare/wrangler-action/pull/145) [`554eea1`](https://github.com/cloudflare/wrangler-action/commit/554eea134a56c1c05f54c44fa53c6432fb6405f6) Thanks [@JacobMGEvans](https://github.com/JacobMGEvans)! - Adding Changesets
- [Version 3.0.0](#version-300)
- [Version 2.0.0](#version-200)

View file

@ -1,6 +1,6 @@
{
"name": "wrangler-action",
"version": "3.0.1",
"version": "3.0.2",
"description": "GitHub Action to use [Wrangler](https://developers.cloudflare.com/workers/cli-wrangler/).",
"author": "wrangler@cloudflare.com",
"license": "MIT OR Apache-2.0",