Skip to content

Commit f71ae04

Browse files
authored
Expect publish output to be shared through a file (#678)
* Expect publish output to be shared through a file * throw at all times * match latest changes * fmt * rename things * update changesets * add changeset
1 parent ca57073 commit f71ae04

6 files changed

Lines changed: 244 additions & 181 deletions

File tree

.changeset/shy-months-crash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@changesets/action": minor
3+
---
4+
5+
Published packages detection done through stdout parsing was replaced with one based on the shared output file using `CHANGESETS_OUTPUT` environment variable. When using custom scripts this environment variable should always be passed down to the Changesets CLI invocations.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"@actions/core": "^3.0.1",
2222
"@actions/exec": "^3.0.0",
2323
"@actions/github": "^9.1.1",
24-
"@changesets/get-release-plan": "^5.0.0-next.6",
24+
"@changesets/get-release-plan": "^5.0.0-next.7",
2525
"@changesets/ghcommit": "^3.0.0-next.1",
26-
"@changesets/git": "^4.0.0-next.5",
27-
"@changesets/pre": "^3.0.0-next.5",
28-
"@changesets/read": "^1.0.0-next.6",
26+
"@changesets/git": "^4.0.0-next.6",
27+
"@changesets/pre": "^3.0.0-next.6",
28+
"@changesets/read": "^1.0.0-next.7",
2929
"@manypkg/get-packages": "^3.1.0",
3030
"@octokit/core": "^7.0.6",
3131
"@octokit/plugin-throttling": "^11.0.3",
@@ -35,10 +35,10 @@
3535
"tinyexec": "^1.2.4"
3636
},
3737
"devDependencies": {
38-
"@changesets/changelog-github": "^1.0.0-next.5",
39-
"@changesets/cli": "^3.0.0-next.6",
40-
"@changesets/types": "^7.0.0-next.5",
41-
"@changesets/write": "^1.0.0-next.5",
38+
"@changesets/changelog-github": "^1.0.0-next.6",
39+
"@changesets/cli": "^3.0.0-next.7",
40+
"@changesets/types": "^7.0.0-next.6",
41+
"@changesets/write": "^1.0.0-next.6",
4242
"@tsconfig/node24": "^24.0.4",
4343
"@types/node": "^24.12.4",
4444
"@types/semver": "^7.7.1",

0 commit comments

Comments
 (0)