Skip to content

Commit 2bfc996

Browse files
Release (#1691)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c7cc65e commit 2bfc996

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

.changeset/fix-deploy-ignoring-force.md

-7
This file was deleted.

.changeset/fix-push-ignoring-force.md

-5
This file was deleted.

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @gadgetinc/ggt
22

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- c7cc65e: Make `ggt deploy --force` skip asking for confirmation to push.
8+
9+
`ggt deploy --force` implies that you want to discard any existing changes on the environment you are deploying from, so it should not ask for confirmation to push.
10+
11+
- b3752b6: Fix `ggt push --force` still asking for confirmation.
12+
313
## 1.3.0
414

515
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ggt",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "The command-line interface for Gadget",
55
"homepage": "https://github.com/gadget-inc/ggt",
66
"bugs": {

0 commit comments

Comments
 (0)