mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 17:43:23 +01:00
Version Packages
This commit is contained in:
parent
0aa12f0c2b
commit
fcbabec21e
3 changed files with 14 additions and 13 deletions
|
@ -1,12 +0,0 @@
|
||||||
---
|
|
||||||
"wrangler-action": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
feat: Quiet mode
|
|
||||||
Some of the stderr, stdout, info & groupings can be a little noisy for some users and use cases.
|
|
||||||
This feature allows for a option to be passed 'quiet: true' this would significantly reduce the noise.
|
|
||||||
|
|
||||||
There will still be output that lets the user know Wrangler Installed and Wrangler Action completed successfully.
|
|
||||||
Any failure status will still be output to the user as well, to prevent silent failures.
|
|
||||||
|
|
||||||
resolves #142
|
|
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#154](https://github.com/cloudflare/wrangler-action/pull/154) [`3f40637`](https://github.com/cloudflare/wrangler-action/commit/3f40637a1c48016d2101e412a7a06f1eb4b9c2fd) Thanks [@JacobMGEvans](https://github.com/JacobMGEvans)! - feat: Quiet mode
|
||||||
|
Some of the stderr, stdout, info & groupings can be a little noisy for some users and use cases.
|
||||||
|
This feature allows for a option to be passed 'quiet: true' this would significantly reduce the noise.
|
||||||
|
|
||||||
|
There will still be output that lets the user know Wrangler Installed and Wrangler Action completed successfully.
|
||||||
|
Any failure status will still be output to the user as well, to prevent silent failures.
|
||||||
|
|
||||||
|
resolves #142
|
||||||
|
|
||||||
## 3.0.2
|
## 3.0.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wrangler-action",
|
"name": "wrangler-action",
|
||||||
"version": "3.0.2",
|
"version": "3.1.0",
|
||||||
"description": "GitHub Action to use [Wrangler](https://developers.cloudflare.com/workers/cli-wrangler/).",
|
"description": "GitHub Action to use [Wrangler](https://developers.cloudflare.com/workers/cli-wrangler/).",
|
||||||
"author": "wrangler@cloudflare.com",
|
"author": "wrangler@cloudflare.com",
|
||||||
"license": "MIT OR Apache-2.0",
|
"license": "MIT OR Apache-2.0",
|
||||||
|
|
Loading…
Reference in a new issue