-
Notifications
You must be signed in to change notification settings - Fork 159
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
f8ee13a
commit d519241
Showing
1 changed file
with
59 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,59 @@ | ||
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] | ||
|
||
PackageJsonMissingNameError: The following package.jsons are missing the "name" field: | ||
packages/fastboot/test/fixtures/app-with-console-log/package.json | ||
packages/fastboot/test/fixtures/app-with-dependencies/package.json | ||
packages/fastboot/test/fixtures/app-with-multiple-config/package.json | ||
packages/fastboot/test/fixtures/app-with-prototype-mutations/package.json | ||
packages/fastboot/test/fixtures/basic-app/package.json | ||
packages/fastboot/test/fixtures/boot-time-failing-app/package.json | ||
packages/fastboot/test/fixtures/config-app/package.json | ||
packages/fastboot/test/fixtures/config-not-in-meta-app/package.json | ||
packages/fastboot/test/fixtures/custom-body-attrs-with-no-default-classes/package.json | ||
packages/fastboot/test/fixtures/custom-body-attrs/package.json | ||
packages/fastboot/test/fixtures/custom-html-attrs-with-no-default-classes/package.json | ||
packages/fastboot/test/fixtures/custom-html-attrs/package.json | ||
packages/fastboot/test/fixtures/custom-sandbox/package.json | ||
packages/fastboot/test/fixtures/higher-schema-version/package.json | ||
packages/fastboot/test/fixtures/hot-swap-app/package.json | ||
packages/fastboot/test/fixtures/multiple-app-files/package.json | ||
packages/fastboot/test/fixtures/rejected-promise/package.json | ||
at validatePackages (/home/runner/work/ember-cli-fastboot/ember-cli-fastboot/node_modules/.pnpm/@[email protected]/node_modules/@manypkg/get-packages/dist/manypkg-get-packages.cjs.dev.js:57:11) | ||
at getPackagesSync (/home/runner/work/ember-cli-fastboot/ember-cli-fastboot/node_modules/.pnpm/@[email protected]/node_modules/@manypkg/get-packages/dist/manypkg-get-packages.cjs.dev.js:45:3) | ||
at getPackages (file:///home/runner/work/ember-cli-fastboot/ember-cli-fastboot/node_modules/.pnpm/[email protected]/node_modules/release-plan/dist/interdep.js:20:51) | ||
at publishedInterPackageDeps (file:///home/runner/work/ember-cli-fastboot/ember-cli-fastboot/node_modules/.pnpm/[email protected]/node_modules/release-plan/dist/interdep.js:28:22) | ||
at new Plan (file:///home/runner/work/ember-cli-fastboot/ember-cli-fastboot/node_modules/.pnpm/[email protected]/node_modules/release-plan/dist/plan.js:14:22) | ||
at planVersionBumps (file:///home/runner/work/ember-cli-fastboot/ember-cli-fastboot/node_modules/.pnpm/[email protected]/node_modules/release-plan/dist/plan.js:154:18) | ||
at prepare (file:///home/runner/work/ember-cli-fastboot/ember-cli-fastboot/node_modules/.pnpm/[email protected]/node_modules/release-plan/dist/prepare.js:49:22) | ||
at Object.handler (file:///home/runner/work/ember-cli-fastboot/ember-cli-fastboot/node_modules/.pnpm/[email protected]/node_modules/release-plan/dist/cli.js:14:28) | ||
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { | ||
directories: [ | ||
'packages/fastboot/test/fixtures/app-with-console-log/package.json', | ||
'packages/fastboot/test/fixtures/app-with-dependencies/package.json', | ||
'packages/fastboot/test/fixtures/app-with-multiple-config/package.json', | ||
'packages/fastboot/test/fixtures/app-with-prototype-mutations/package.json', | ||
'packages/fastboot/test/fixtures/basic-app/package.json', | ||
'packages/fastboot/test/fixtures/boot-time-failing-app/package.json', | ||
'packages/fastboot/test/fixtures/config-app/package.json', | ||
'packages/fastboot/test/fixtures/config-not-in-meta-app/package.json', | ||
'packages/fastboot/test/fixtures/custom-body-attrs-with-no-default-classes/package.json', | ||
'packages/fastboot/test/fixtures/custom-body-attrs/package.json', | ||
'packages/fastboot/test/fixtures/custom-html-attrs-with-no-default-classes/package.json', | ||
'packages/fastboot/test/fixtures/custom-html-attrs/package.json', | ||
'packages/fastboot/test/fixtures/custom-sandbox/package.json', | ||
'packages/fastboot/test/fixtures/higher-schema-version/package.json', | ||
'packages/fastboot/test/fixtures/hot-swap-app/package.json', | ||
'packages/fastboot/test/fixtures/multiple-app-files/package.json', | ||
'packages/fastboot/test/fixtures/rejected-promise/package.json' | ||
] | ||
} |