|
| 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 '/home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/bin/cli.js' --next-version Release |
| 14 | + |
| 15 | +Error: Command failed with exit code 128: git describe --abbrev=0 --tags |
| 16 | +fatal: No names found, cannot describe anything. |
| 17 | + at makeError (/home/runner/work/react/react/node_modules/.pnpm/execa@5.1.1/node_modules/execa/lib/error.js:60:11) |
| 18 | + at module.exports.sync (/home/runner/work/react/react/node_modules/.pnpm/execa@5.1.1/node_modules/execa/index.js:194:17) |
| 19 | + at Object.lastTag (/home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/lib/git.js:31:18) |
| 20 | + at Changelog.<anonymous> (/home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/lib/changelog.js:32:56) |
| 21 | + at Generator.next (<anonymous>) |
| 22 | + at /home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/lib/changelog.js:8:71 |
| 23 | + at new Promise (<anonymous>) |
| 24 | + at __awaiter (/home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/lib/changelog.js:4:12) |
| 25 | + at Changelog.createMarkdown (/home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/lib/changelog.js:31:16) |
| 26 | + at Object.<anonymous> (/home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/lib/cli.js:77:64) |
| 27 | + at Generator.next (<anonymous>) |
| 28 | + at /home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/lib/cli.js:8:71 |
| 29 | + at new Promise (<anonymous>) |
| 30 | + at __awaiter (/home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/lib/cli.js:4:12) |
| 31 | + at Object.run (/home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/lib/cli.js:20:12) |
| 32 | + at Object.<anonymous> (/home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/bin/cli.js:7:5) |
| 33 | + at getFinalError (file:///home/runner/work/react/react/node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/return/final-error.js:6:9) |
| 34 | + at makeError (file:///home/runner/work/react/react/node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/return/result.js:108:16) |
| 35 | + at getAsyncResult (file:///home/runner/work/react/react/node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/main-async.js:168:4) |
| 36 | + at handlePromise (file:///home/runner/work/react/react/node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/main-async.js:151:17) |
| 37 | + at async gatherChanges (file:///home/runner/work/react/react/node_modules/.pnpm/release-plan@0.16.0/node_modules/release-plan/dist/gather-changes.js:8:20) |
| 38 | + at async newChangelogContent (file:///home/runner/work/react/react/node_modules/.pnpm/release-plan@0.16.0/node_modules/release-plan/dist/cli.js:86:19) |
| 39 | + at async Object.handler (file:///home/runner/work/react/react/node_modules/.pnpm/release-plan@0.16.0/node_modules/release-plan/dist/cli.js:14:36) { |
| 40 | + shortMessage: "Command failed with exit code 1: node '/home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/bin/cli.js' --next-version Release", |
| 41 | + command: 'node /home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/bin/cli.js --next-version Release', |
| 42 | + escapedCommand: "node '/home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/bin/cli.js' --next-version Release", |
| 43 | + cwd: '/home/runner/work/react/react', |
| 44 | + durationMs: 319.197775, |
| 45 | + failed: true, |
| 46 | + timedOut: false, |
| 47 | + isCanceled: false, |
| 48 | + isGracefullyCanceled: false, |
| 49 | + isTerminated: false, |
| 50 | + isMaxBuffer: false, |
| 51 | + isForcefullyTerminated: false, |
| 52 | + exitCode: 1, |
| 53 | + stdout: 'Error: Command failed with exit code 128: git describe --abbrev=0 --tags\n' + |
| 54 | + 'fatal: No names found, cannot describe anything.\n' + |
| 55 | + ' at makeError (/home/runner/work/react/react/node_modules/.pnpm/execa@5.1.1/node_modules/execa/lib/error.js:60:11)\n' + |
| 56 | + ' at module.exports.sync (/home/runner/work/react/react/node_modules/.pnpm/execa@5.1.1/node_modules/execa/index.js:194:17)\n' + |
| 57 | + ' at Object.lastTag (/home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/lib/git.js:31:18)\n' + |
| 58 | + ' at Changelog.<anonymous> (/home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/lib/changelog.js:32:56)\n' + |
| 59 | + ' at Generator.next (<anonymous>)\n' + |
| 60 | + ' at /home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/lib/changelog.js:8:71\n' + |
| 61 | + ' at new Promise (<anonymous>)\n' + |
| 62 | + ' at __awaiter (/home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/lib/changelog.js:4:12)\n' + |
| 63 | + ' at Changelog.createMarkdown (/home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/lib/changelog.js:31:16)\n' + |
| 64 | + ' at Object.<anonymous> (/home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/lib/cli.js:77:64)\n' + |
| 65 | + ' at Generator.next (<anonymous>)\n' + |
| 66 | + ' at /home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/lib/cli.js:8:71\n' + |
| 67 | + ' at new Promise (<anonymous>)\n' + |
| 68 | + ' at __awaiter (/home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/lib/cli.js:4:12)\n' + |
| 69 | + ' at Object.run (/home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/lib/cli.js:20:12)\n' + |
| 70 | + ' at Object.<anonymous> (/home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/bin/cli.js:7:5)', |
| 71 | + stderr: '', |
| 72 | + stdio: [ |
| 73 | + undefined, |
| 74 | + 'Error: Command failed with exit code 128: git describe --abbrev=0 --tags\n' + |
| 75 | + 'fatal: No names found, cannot describe anything.\n' + |
| 76 | + ' at makeError (/home/runner/work/react/react/node_modules/.pnpm/execa@5.1.1/node_modules/execa/lib/error.js:60:11)\n' + |
| 77 | + ' at module.exports.sync (/home/runner/work/react/react/node_modules/.pnpm/execa@5.1.1/node_modules/execa/index.js:194:17)\n' + |
| 78 | + ' at Object.lastTag (/home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/lib/git.js:31:18)\n' + |
| 79 | + ' at Changelog.<anonymous> (/home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/lib/changelog.js:32:56)\n' + |
| 80 | + ' at Generator.next (<anonymous>)\n' + |
| 81 | + ' at /home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/lib/changelog.js:8:71\n' + |
| 82 | + ' at new Promise (<anonymous>)\n' + |
| 83 | + ' at __awaiter (/home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/lib/changelog.js:4:12)\n' + |
| 84 | + ' at Changelog.createMarkdown (/home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/lib/changelog.js:31:16)\n' + |
| 85 | + ' at Object.<anonymous> (/home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/lib/cli.js:77:64)\n' + |
| 86 | + ' at Generator.next (<anonymous>)\n' + |
| 87 | + ' at /home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/lib/cli.js:8:71\n' + |
| 88 | + ' at new Promise (<anonymous>)\n' + |
| 89 | + ' at __awaiter (/home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/lib/cli.js:4:12)\n' + |
| 90 | + ' at Object.run (/home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/lib/cli.js:20:12)\n' + |
| 91 | + ' at Object.<anonymous> (/home/runner/work/react/react/node_modules/.pnpm/github-changelog@2.0.0/node_modules/github-changelog/bin/cli.js:7:5)', |
| 92 | + '' |
| 93 | + ], |
| 94 | + ipcOutput: [], |
| 95 | + pipedFrom: [] |
| 96 | +} |
0 commit comments