Wei Lee

Results 482 comments of Wei Lee

I've sent a PR to address homebrew publishing issue https://github.com/commitizen-tools/commitizen/pull/445 Let's see whether this issue will be fixed.

@Woile This feature sounds good to me. What do you think?

> * what are the keys in bump_map? Did I write this part of the configuration correctly? It depends on your `bump_pattern`. Thus, you'll need to add the following configuration...

@Woile > Customizing cz should work with the default questions if not found, I agree with you. I don't think we need default questions for `cz_customize`. But we should definitely...

The error can be handled at either [commitizen/cz/customize/customize.py#L40 ](https://github.com/commitizen-tools/commitizen/blob/master/commitizen/cz/customize/customize.py#L40) or [commitizen/commands/commit.py](https://github.com/commitizen-tools/commitizen/blob/master/commitizen/commands/commit.py#L45). As for the new feature, I think the idea is to load the configuration from [commitizen/config/base_config.py](https://github.com/commitizen-tools/commitizen/blob/master/commitizen/config/base_config.py) to [commitizen/cz/conventional_commits/conventional_commits.py](https://github.com/commitizen-tools/commitizen/blob/master/commitizen/cz/conventional_commits/conventional_commits.py#L31-L40). It...

Yes, the problem is that we do not have default questions as of now. We're planning on make cz rules (e.g., conventional commit) customizable but will most likely keep `cz_customize`...

I like the first solution a bit more. @Woile what do you think?

@adamcunnington-mlg AFAIK, no one is picking it. Feel free to create a PR if you're interested in it. Thanks!

AFAIK, there's no one working on it. Feel free to take it :)

I'm not familiar with linux brew. Is it fully compatible with homebrew?