jscutlery / semver

Nx plugin to automate semantic versioning and CHANGELOG generation.
MIT License
719 stars 83 forks source link

fix: pass package.json path through to `conventional-changelog` #835

Open sj-e2digital opened 3 days ago

sj-e2digital commented 3 days ago

Passing the project root of the Nx project (a directory) always fails, as the code in conventional-changelog is expecting a file path. So we need to explicitly pass the package.json path.