jscutlery / semver

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

no tag found when nx workspace isn't at project root then the version calculation fails #768

Open datatunning opened 6 months ago

datatunning commented 6 months ago

When the nx workspace is not at the root of the repository, the git tags are not retrieved then the version calculation fails.

Example of repo folder structure where this fails

root of repository _ | .git | dotnet_project/ | python_project/ | nx_workspace/

edbzn commented 6 months ago

Hi @datatunning, could you give a log of the error?