-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
3848af3
commit 909544a
Showing
2 changed files
with
28 additions
and
1 deletion.
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
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,27 @@ | ||
Warning: unknown package "test-app-3.x" | ||
Warning: unknown package "test-app-4.x" | ||
Warning: unknown package "test-app-5.x" | ||
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: ENOENT: no such file or directory, open './CHANGELOG.md' | ||
at Object.openSync (node:fs:596:3) | ||
at readFileSync (node:fs:464:35) | ||
at updateChangelog (file:///home/runner/work/ember-moment/ember-moment/node_modules/.pnpm/[email protected][email protected]/node_modules/release-plan/dist/prepare.js:9:33) | ||
at prepare (file:///home/runner/work/ember-moment/ember-moment/node_modules/.pnpm/[email protected][email protected]/node_modules/release-plan/dist/prepare.js:51:25) | ||
at Object.handler (file:///home/runner/work/ember-moment/ember-moment/node_modules/.pnpm/[email protected][email protected]/node_modules/release-plan/dist/cli.js:14:28) | ||
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { | ||
errno: -2, | ||
syscall: 'open', | ||
code: 'ENOENT', | ||
path: './CHANGELOG.md' | ||
} |