Skip to content

Commit f9585d9

Browse files
authored
Update @changesets/ghcommit (#645)
* Update `@changesets/ghcommit` * add changeset * update ghcommit more
1 parent 020e8cc commit f9585d9

4 files changed

Lines changed: 13 additions & 6 deletions

File tree

.changeset/slick-waves-fold.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@changesets/action": patch
3+
---
4+
5+
Improved force-push handling when using `commitMode: "github-api"` 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. This should remove a possibility of a GitHub state race that caused the force-pushed PRs not being reopened.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@actions/exec": "^3.0.0",
2222
"@actions/github": "^9.1.1",
2323
"@changesets/get-release-plan": "^4.0.16",
24-
"@changesets/ghcommit": "^2.0.1",
24+
"@changesets/ghcommit": "^2.1.1",
2525
"@changesets/git": "^3.0.4",
2626
"@changesets/pre": "^2.0.2",
2727
"@changesets/read": "^0.6.7",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ blockExoticSubdeps: true
22
dedupePeers: true
33
dedupePeerDependents: true
44
minimumReleaseAge: 10080
5+
minimumReleaseAgeExclude:
6+
- "@changesets/ghcommit@2.1.1"
57

68
overrides:
79
lightningcss: "-" # we do not bundle any css

0 commit comments

Comments
 (0)