dhoulb / multi-semantic-release

Proof of concept that wraps semantic-release to work with monorepos.
BSD Zero Clause License
203 stars 36 forks source link

SyntaxError: Package name must be non-empty string: "path/to/package.json" #95

Closed NullVoxPopuli closed 2 years ago

NullVoxPopuli commented 2 years ago

Not sure why I'm getting this error, because my package.json does specify a name.

Here is the build: https://github.com/NullVoxPopuli/ember-apply/runs/4908061290?check_suite_focus=true

and here is the package.json it's referencing: https://github.com/NullVoxPopuli/ember-apply/pull/41/files#diff-1ee3cdb459714fc1f45b2ded75b00a9a42a5cd5607277697c177bc51e9594052R2

NullVoxPopuli commented 2 years ago

oh, so I ran this locally, and it's actually complaining about my root package.json

NullVoxPopuli commented 2 years ago

adding a name to my root package.json fixes the issue.