Santiago Fraire Willemoes
Santiago Fraire Willemoes
> Is it a common practice in JS? The same chances of finding a `pyproject.toml` in a different folder. Which IMO, would be in monorepos: ```sh root-project/ ├── project-a/ │...
I think we can allow the change as long as all the tests are passing 👍🏻 We try to give as much flexibility as possible for version providers, as long...
Hi @vemilano could you rebase? The current `cargo_provider` is quite different as of now. However, the behavior is the same. `workspace` is evaluated first. This has been done for simplicity...
I think we should go for configuration overriding. This means: allowing the user to merge what they declare in the `toml` with the defined `tool.commitizen.name`. I think most of the...
We can document an example. But we are not changing how it works: `conventional_commits` is one of the "conventions" that come by default with `commitizen`, but teams can write their...
> Yet it would be nice if the in-memory representation of those conventions could be exported in serialized (TOML) format I think we could have something like `cz convention show`...
I think it's a good idea. A JSON Schema works for other formats, including toml. We would have to create the schema based on the default setting class and just...
@Lee-W I usually understand 1.2 as the full range of versions: 1.2.0, 1.2.1, 1.2.3... etc. This in something like npm. In the case that we are not talking about semver,...
Same as @Lee-W