Edouard Bozon
Edouard Bozon
Using `--trackDeps` with non-versioned dependencies will produce incorrect entries in the changelog. App A versioned, depends on: - lib B (not versioned) - lib C (not versioned) Will produce: ```txt...
Since workspace.json file in the root directory is optional we have to handle projects without global configuration. https://nx.dev/configuration/packagejson
This issue still exists. I just added the versioning to a new project in an existing workspace, and the first time I run the version, even with dry-run, it generates...
I'm still trying to reproduce the issue myself, since it pops up occasionally in my CI even with it inline. Right now I'm having doubts as to whether or not...
I noticed that it worked fine if I wrote commit messages like `chore(versioning): this is a test` but if I wrote it like `chore: this is a test`, it would...
CF: https://github.com/jscutlery/semver/issues/507#issuecomment-1157397361
CF: https://github.com/jscutlery/semver/discussions/546
- https://github.com/carloscuesta/gitmoji - https://github.com/frinyvonnick/gitmoji-changelog
- https://nx.dev/packages/nx-plugin/generators/e2e-project
