Robert Schweizer

Results 11 comments of Robert Schweizer

We also just ran into this problem: Every pipeline we create ends up with a "pipeline_name" version tag.

Thanks for the suggestion, @Linchin! Our "api_key" is slightly more complicated: Every user has a different one, so our backend system can check which data each user is actually allowed...

We have a Python monorepo with each package having its own version and changelog. The `workspace` option would be ideal to enable commitizen here. Right now there seems to be...

Thanks for working on this @asmorkalov I tried with opencv-python-headless 4.8.0.74 and pylint 2.17.5. The pylint issue is not fixed. The new typing stubs work well though, mypy runs fine...

I believe this was added yesterday in https://github.com/tensorflow/io/pull/1831 and released in version 0.35.0.

I think `commit_parser` is exposed since https://github.com/commitizen-tools/commitizen/pull/442. Better default handling for `cz_customize` as suggested by @Lee-W is also discussed here: https://github.com/commitizen-tools/commitizen/issues/535

It looks like these changes need some reworking because they partially duplicate what was done in https://github.com/commitizen-tools/commitizen/commit/3a1af6a1b3299841d450a4f07b89fb918abc5cad. Would you merge this if I rework it? It didn't get a review...

Sorry, I don't have much time at the moment. I started rebasing the first commit and opened https://github.com/commitizen-tools/commitizen/pull/775 to get that merged. To continue here (not sure if I will...

It doesn't look like the CI tests failed because of my change. Please let me know if that's the case in your opinion.

Thanks a lot for your review and feedback! I'm sorry about this, but I actually don't need this change anymore. In our fork we actually restrict `git log` output to...