You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to trigger a new release on our Nx monorepo yesterday, but whenever I run:
npx nx run workspace:version
is not picking or calculating the right version, is not taking into account the last version (current v0.10.0) and is calculating for the release v0.9.0 😒 and no change is seen.
Our Nx monorepo release in sync mode, we have been using this plugin in all our releases without issue. The git tags are set correctly and can also be listed in the CLI.
We are kinda block now and we have a bunch of new features that we would like to release as soon as possible. Any help is really appreciated 🙌🏼.
The text was updated successfully, but these errors were encountered:
Hey @dgonzalezr, I found out that the issue is due to the custom preset usage. I'm still investigating concretely why but to unlock your release without waiting for a fix you could use the base preset, instead of:
Hi,
I wanted to trigger a new release on our Nx monorepo yesterday, but whenever I run:
is not picking or calculating the right version, is not taking into account the last version (current v0.10.0) and is calculating for the release v0.9.0 😒 and no change is seen.
Our Nx monorepo release in sync mode, we have been using this plugin in all our releases without issue. The git tags are set correctly and can also be listed in the CLI.
We are kinda block now and we have a bunch of new features that we would like to release as soon as possible. Any help is really appreciated 🙌🏼.
The text was updated successfully, but these errors were encountered: