Skip to content

Commit eccf6f0

Browse files
Version Packages
1 parent a000b14 commit eccf6f0

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/friendly-rivers-protect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @changesets/ghcommit
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [#70](https://github.com/changesets/ghcommit/pull/70) [`9f3d31c`](https://github.com/changesets/ghcommit/commit/9f3d31c91aada92e83efe99986f8632b16196e5b) Thanks [@Andarist](https://github.com/Andarist)! - Improve force-push handling so updating an existing branch no longer temporarily resets the target branch to the base commit, avoiding cases where GitHub closes open pull requests during the update.
8+
39
## 2.0.1
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@changesets/ghcommit",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Directly change files on github using the github API, to support GPG signing",
55
"keywords": [
66
"actions",

0 commit comments

Comments
 (0)