-
-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare Release using 'release-plan'
- Loading branch information
1 parent
6fdcd99
commit 1a2627b
Showing
1 changed file
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
release prepare | ||
|
||
Edits the package.json and changelog files to prepare for release. | ||
|
||
Options: | ||
--version Show version number [boolean] | ||
--help Show help [boolean] | ||
--fromStdin Read the summary of changes from stdin instead of building | ||
them from scratch. [boolean] | ||
--singlePackage Allows you to run this command in a non monorepo and define | ||
the package name [string] | ||
|
||
Error: Command failed with exit code 1: node /home/runner/work/ember-infinity/ember-infinity/node_modules/.pnpm/github-changelog@https+++codeload.github.com+embroider-build+github-changelog+tar.gz+a2007ebf_ncekvta7lfstqr3a52tf2ize5y/node_modules/github-changelog/bin/cli.js --next-version Release | ||
node:internal/modules/cjs/loader:1143 | ||
throw err; | ||
^ | ||
|
||
Error: Cannot find module '../lib/cli' | ||
Require stack: | ||
- /home/runner/work/ember-infinity/ember-infinity/node_modules/.pnpm/github-changelog@https+++codeload.github.com+embroider-build+github-changelog+tar.gz+a2007ebf_ncekvta7lfstqr3a52tf2ize5y/node_modules/github-changelog/bin/cli.js | ||
at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15) | ||
at Module._load (node:internal/modules/cjs/loader:981:27) | ||
at Module.require (node:internal/modules/cjs/loader:1231:19) | ||
at require (node:internal/modules/helpers:177:18) | ||
at Object.<anonymous> (/home/runner/work/ember-infinity/ember-infinity/node_modules/.pnpm/github-changelog@https+++codeload.github.com+embroider-build+github-changelog+tar.gz+a2007ebf_ncekvta7lfstqr3a52tf2ize5y/node_modules/github-changelog/bin/cli.js:5:11) | ||
at Module._compile (node:internal/modules/cjs/loader:1364:14) | ||
at Module._extensions..js (node:internal/modules/cjs/loader:1422:10) | ||
at Module.load (node:internal/modules/cjs/loader:1203:32) | ||
at Module._load (node:internal/modules/cjs/loader:1019:12) | ||
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12) { | ||
code: 'MODULE_NOT_FOUND', | ||
requireStack: [ | ||
'/home/runner/work/ember-infinity/ember-infinity/node_modules/.pnpm/github-changelog@https+++codeload.github.com+embroider-build+github-changelog+tar.gz+a2007ebf_ncekvta7lfstqr3a52tf2ize5y/node_modules/github-changelog/bin/cli.js' | ||
] | ||
} | ||
|
||
Node.js v18.20.2 | ||
at makeError (/home/runner/work/ember-infinity/ember-infinity/node_modules/.pnpm/[email protected]/node_modules/execa/lib/error.js:59:11) | ||
at handlePromise (/home/runner/work/ember-infinity/ember-infinity/node_modules/.pnpm/[email protected]/node_modules/execa/index.js:114:26) | ||
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) | ||
at async gatherChanges (file:///home/runner/work/ember-infinity/ember-infinity/node_modules/.pnpm/[email protected][email protected]/node_modules/release-plan/dist/gather-changes.js:8:20) | ||
at async newChangelogContent (file:///home/runner/work/ember-infinity/ember-infinity/node_modules/.pnpm/[email protected][email protected]/node_modules/release-plan/dist/cli.js:78:19) | ||
at async Object.handler (file:///home/runner/work/ember-infinity/ember-infinity/node_modules/.pnpm/[email protected][email protected]/node_modules/release-plan/dist/cli.js:14:36) { | ||
shortMessage: 'Command failed with exit code 1: node /home/runner/work/ember-infinity/ember-infinity/node_modules/.pnpm/github-changelog@https+++codeload.github.com+embroider-build+github-changelog+tar.gz+a2007ebf_ncekvta7lfstqr3a52tf2ize5y/node_modules/github-changelog/bin/cli.js --next-version Release', | ||
command: 'node /home/runner/work/ember-infinity/ember-infinity/node_modules/.pnpm/github-changelog@https+++codeload.github.com+embroider-build+github-changelog+tar.gz+a2007ebf_ncekvta7lfstqr3a52tf2ize5y/node_modules/github-changelog/bin/cli.js --next-version Release', | ||
exitCode: 1, | ||
signal: undefined, | ||
signalDescription: undefined, | ||
stdout: '', | ||
stderr: 'node:internal/modules/cjs/loader:1143\n' + | ||
' throw err;\n' + | ||
' ^\n' + | ||
'\n' + | ||
"Error: Cannot find module '../lib/cli'\n" + | ||
'Require stack:\n' + | ||
'- /home/runner/work/ember-infinity/ember-infinity/node_modules/.pnpm/github-changelog@https+++codeload.github.com+embroider-build+github-changelog+tar.gz+a2007ebf_ncekvta7lfstqr3a52tf2ize5y/node_modules/github-changelog/bin/cli.js\n' + | ||
' at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)\n' + | ||
' at Module._load (node:internal/modules/cjs/loader:981:27)\n' + | ||
' at Module.require (node:internal/modules/cjs/loader:1231:19)\n' + | ||
' at require (node:internal/modules/helpers:177:18)\n' + | ||
' at Object.<anonymous> (/home/runner/work/ember-infinity/ember-infinity/node_modules/.pnpm/github-changelog@https+++codeload.github.com+embroider-build+github-changelog+tar.gz+a2007ebf_ncekvta7lfstqr3a52tf2ize5y/node_modules/github-changelog/bin/cli.js:5:11)\n' + | ||
' at Module._compile (node:internal/modules/cjs/loader:1364:14)\n' + | ||
' at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)\n' + | ||
' at Module.load (node:internal/modules/cjs/loader:1203:32)\n' + | ||
' at Module._load (node:internal/modules/cjs/loader:1019:12)\n' + | ||
' at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12) {\n' + | ||
" code: 'MODULE_NOT_FOUND',\n" + | ||
' requireStack: [\n' + | ||
" '/home/runner/work/ember-infinity/ember-infinity/node_modules/.pnpm/github-changelog@https+++codeload.github.com+embroider-build+github-changelog+tar.gz+a2007ebf_ncekvta7lfstqr3a52tf2ize5y/node_modules/github-changelog/bin/cli.js'\n" + | ||
' ]\n' + | ||
'}\n' + | ||
'\n' + | ||
'Node.js v18.20.2', | ||
failed: true, | ||
timedOut: false, | ||
isCanceled: false, | ||
killed: false | ||
} |