Skip to content

Commit

Permalink
Revert "Version Packages"
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobMGEvans committed Aug 10, 2023
1 parent ef7686b commit 58f274b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
10 changes: 10 additions & 0 deletions .changeset/itchy-buses-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"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
5 changes: 5 additions & 0 deletions .changeset/stale-beers-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"wrangler-action": patch
---

Adding Changesets
13 changes: 0 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
# 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)

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": "wrangler-action",
"version": "3.0.2",
"version": "3.0.1",
"description": "GitHub Action to use [Wrangler](https://developers.cloudflare.com/workers/cli-wrangler/).",
"author": "wrangler@cloudflare.com",
"license": "MIT OR Apache-2.0",
Expand Down

0 comments on commit 58f274b

Please sign in to comment.