Santiago Fraire Willemoes

Results 299 comments of Santiago Fraire Willemoes

Sorry, here's a source: https://medium.com/@jdxcode/12-factor-cli-apps-dd3c227a0e46 point 4 > In short: stdout is for output, stderr is for messaging. Here's another discussion: https://unix.stackexchange.com/a/331620/258839 But yeah, I'm not sure now if it's...

Okay both are done. The changelog flag I don't think it's necessary, it's okay as it is now. But among using annotated tag as default, this breaking change will also...

Could this be started as a separate project? Like one of the ones listed here: https://commitizen-tools.github.io/commitizen/third-party-commitizen/

I think alternatives like the `cz-emoji` are good, and it should be added to the Third party templates section (there's already one, but it's not the same as this one)....

Hello! This can be achieved using a custom hook. https://commitizen-tools.github.io/commitizen/customization.html#custom-changelog-generator You can use `changelog_message_builder_hook` In the example you can see the commit author is being added to each commit, the...

As of now the changelog provides *some* flexibility. Extra functionality like sending slack messages, customizing what is shown in the changelog, like emojis, github links, etc are considered out of...

You mean for the commit subject? Where would we add this? Remember that this is not a problem for the changelog. I'm not sure why the line length was chosen...

IMO we should add it as a config parameter (`max_subject_length`), disabled by default, or set to `0` which would mean: anything. I like the plugins idea, not sure how to...

I was thinking more like separate packages, so people can choose which one to install: ``` pip install cz-slack-hook cz-email-hook ``` and then in your `cz.toml` ```bash hooks = [...

That's super cool finding!