Skip to content

Commit 73cb03d

Browse files
Prepare Release using 'release-plan'
1 parent f205493 commit 73cb03d

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

release-plan-stderr.txt

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
release prepare
2+
3+
Edits the package.json and changelog files to prepare for release.
4+
5+
Options:
6+
--version Show version number [boolean]
7+
--help Show help [boolean]
8+
--fromStdin Read the summary of changes from stdin instead of building
9+
them from scratch. [boolean]
10+
--singlePackage Allows you to run this command in a non monorepo and define
11+
the package name [string]
12+
13+
ExecaError: Command failed with exit code 1: node /opt/hostedtoolcache/node/24.13.1/x64/lib/node_modules/release-plan/node_modules/github-changelog/bin/cli.js --ignore-releases --next-version Release
14+
15+
Fetch error: Not Found.
16+
{"message":"Not Found","documentation_url":"https://docs.github.com/rest/issues/issues#get-an-issue","status":"404"}
17+
at getFinalError (file:///opt/hostedtoolcache/node/24.13.1/x64/lib/node_modules/release-plan/node_modules/execa/lib/return/final-error.js:6:9)
18+
at makeError (file:///opt/hostedtoolcache/node/24.13.1/x64/lib/node_modules/release-plan/node_modules/execa/lib/return/result.js:108:16)
19+
at getAsyncResult (file:///opt/hostedtoolcache/node/24.13.1/x64/lib/node_modules/release-plan/node_modules/execa/lib/methods/main-async.js:168:4)
20+
at handlePromise (file:///opt/hostedtoolcache/node/24.13.1/x64/lib/node_modules/release-plan/node_modules/execa/lib/methods/main-async.js:151:17)
21+
at async gatherChanges (file:///opt/hostedtoolcache/node/24.13.1/x64/lib/node_modules/release-plan/dist/gather-changes.js:8:20)
22+
at async newChangelogContent (file:///opt/hostedtoolcache/node/24.13.1/x64/lib/node_modules/release-plan/dist/cli.js:90:19)
23+
at async Object.handler (file:///opt/hostedtoolcache/node/24.13.1/x64/lib/node_modules/release-plan/dist/cli.js:14:36) {
24+
shortMessage: 'Command failed with exit code 1: node /opt/hostedtoolcache/node/24.13.1/x64/lib/node_modules/release-plan/node_modules/github-changelog/bin/cli.js --ignore-releases --next-version Release',
25+
command: 'node /opt/hostedtoolcache/node/24.13.1/x64/lib/node_modules/release-plan/node_modules/github-changelog/bin/cli.js --ignore-releases --next-version Release',
26+
escapedCommand: 'node /opt/hostedtoolcache/node/24.13.1/x64/lib/node_modules/release-plan/node_modules/github-changelog/bin/cli.js --ignore-releases --next-version Release',
27+
cwd: '/home/runner/work/form/form',
28+
durationMs: 741.500962,
29+
failed: true,
30+
timedOut: false,
31+
isCanceled: false,
32+
isGracefullyCanceled: false,
33+
isTerminated: false,
34+
isMaxBuffer: false,
35+
isForcefullyTerminated: false,
36+
exitCode: 1,
37+
stdout: 'Fetch error: Not Found.\n' +
38+
'{"message":"Not Found","documentation_url":"https://docs.github.com/rest/issues/issues#get-an-issue","status":"404"}',
39+
stderr: '',
40+
stdio: [
41+
undefined,
42+
'Fetch error: Not Found.\n' +
43+
'{"message":"Not Found","documentation_url":"https://docs.github.com/rest/issues/issues#get-an-issue","status":"404"}',
44+
''
45+
],
46+
ipcOutput: [],
47+
pipedFrom: []
48+
}

0 commit comments

Comments
 (0)