|
| 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.0/x64/lib/node_modules/release-plan/node_modules/github-changelog/bin/cli.js --ignore-releases --next-version Release |
| 14 | + |
| 15 | +FetchError: invalid json response body at https://api.github.com/repos/ember-cli/broccoli-config-replace/issues/5 reason: Unexpected token '<', "<!DOCTYPE "... is not valid JSON |
| 16 | + at /opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/release-plan/node_modules/minipass-fetch/lib/body.js:77:31 |
| 17 | + at process.processTicksAndRejections (node:internal/process/task_queues:103:5) |
| 18 | + at getFinalError (file:///opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/release-plan/node_modules/execa/lib/return/final-error.js:6:9) |
| 19 | + at makeError (file:///opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/release-plan/node_modules/execa/lib/return/result.js:108:16) |
| 20 | + at getAsyncResult (file:///opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/release-plan/node_modules/execa/lib/methods/main-async.js:168:4) |
| 21 | + at handlePromise (file:///opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/release-plan/node_modules/execa/lib/methods/main-async.js:151:17) |
| 22 | + at async gatherChanges (file:///opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/release-plan/dist/gather-changes.js:8:20) |
| 23 | + at async newChangelogContent (file:///opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/release-plan/dist/cli.js:90:19) |
| 24 | + at async Object.handler (file:///opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/release-plan/dist/cli.js:14:36) { |
| 25 | + shortMessage: 'Command failed with exit code 1: node /opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/release-plan/node_modules/github-changelog/bin/cli.js --ignore-releases --next-version Release', |
| 26 | + command: 'node /opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/release-plan/node_modules/github-changelog/bin/cli.js --ignore-releases --next-version Release', |
| 27 | + escapedCommand: 'node /opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/release-plan/node_modules/github-changelog/bin/cli.js --ignore-releases --next-version Release', |
| 28 | + cwd: '/home/runner/work/broccoli-config-replace/broccoli-config-replace', |
| 29 | + durationMs: 779.989547, |
| 30 | + failed: true, |
| 31 | + timedOut: false, |
| 32 | + isCanceled: false, |
| 33 | + isGracefullyCanceled: false, |
| 34 | + isTerminated: false, |
| 35 | + isMaxBuffer: false, |
| 36 | + isForcefullyTerminated: false, |
| 37 | + exitCode: 1, |
| 38 | + stdout: `FetchError: invalid json response body at https://api.github.com/repos/ember-cli/broccoli-config-replace/issues/5 reason: Unexpected token '<', "<!DOCTYPE "... is not valid JSON\n` + |
| 39 | + ' at /opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/release-plan/node_modules/minipass-fetch/lib/body.js:77:31\n' + |
| 40 | + ' at process.processTicksAndRejections (node:internal/process/task_queues:103:5)', |
| 41 | + stderr: '', |
| 42 | + stdio: [ |
| 43 | + undefined, |
| 44 | + `FetchError: invalid json response body at https://api.github.com/repos/ember-cli/broccoli-config-replace/issues/5 reason: Unexpected token '<', "<!DOCTYPE "... is not valid JSON\n` + |
| 45 | + ' at /opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/release-plan/node_modules/minipass-fetch/lib/body.js:77:31\n' + |
| 46 | + ' at process.processTicksAndRejections (node:internal/process/task_queues:103:5)', |
| 47 | + '' |
| 48 | + ], |
| 49 | + ipcOutput: [], |
| 50 | + pipedFrom: [] |
| 51 | +} |
0 commit comments