semver
semver copied to clipboard
`nx run workspace:version` does not generate changelog
Running nx run workspace:version does not generate changelog or updates the package.json files inside the repo.
If I delete https://github.com/jscutlery/semver/blob/main/packages/semver/src/executors/version/version.ts#L34 till https://github.com/jscutlery/semver/blob/main/packages/semver/src/executors/version/version.ts#L45 it works as expected.
Hi @TriPSs, I tested and it works, did you correctly set the --syncVersions flag?
I did not do that? Is that something that is required now?
I'm currently downgraded to 2.13.3 as I did not have the issue with that one.
I assume you are using the sync mode right? It was always required, the default mode is independent, you have to pass the flag.
Sorry for the late reply, I was indeed using syncVersions
I'm not able to reproduce, can you try the latest version and tell me if it's still happening?
I also have it with the latest version.
Does the repository is open?
I also have the same error with the latest version. FYI, I have angular.json file in codebase.

@pavandixit93 Can you share the repo or a minimal reproduction?
This issues happens again in the latest release. Can we reopen @edbzn?
@TriPSs can you give me more details on the error, are you using the latest v2.23.4?
@edbzn I indeed was the latest version 2.23.4, rolling back to 2.22.0 solved it.