GavinJoyce / ember-headlessui

https://gavinjoyce.github.io/ember-headlessui/
Other
92 stars 34 forks source link

release config broken: Could not infer "repo" from the "package.json" file. #164

Open NullVoxPopuli opened 2 years ago

NullVoxPopuli commented 2 years ago

It seems that since switching to monorepo, the release tooling doesn't actually work.

Running in to this error: https://github.com/lerna/lerna-changelog/blob/master/src/configuration.ts#L43

NullVoxPopuli commented 2 years ago

lerna-changelog is using the root of the repo, rather than the current working directory

NullVoxPopuli commented 2 years ago

fixed via pnpm patch for now, but this is "temporary"