Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona authored and github-actions[bot] committed May 2, 2024
1 parent f8ee13a commit d519241
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions stderr.log
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'
]
}

0 comments on commit d519241

Please sign in to comment.