Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored and github-actions[bot] committed Jun 27, 2024
1 parent 3848af3 commit 909544a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ember-moment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-moment",
"version": "10.0.0",
"version": "10.0.1",
"description": "Moment.js template helpers Ember.js",
"keywords": [
"ember-addon",
Expand Down
27 changes: 27 additions & 0 deletions release-plan-stderr.txt
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'
}

0 comments on commit 909544a

Please sign in to comment.