bitcrowd / tickety-tick

A browser extension that helps you name branches and write better commit messages
MIT License
57 stars 10 forks source link

Commit Message Format does not lowercase #400

Closed 0x6a68 closed 7 months ago

0x6a68 commented 7 months ago

Hi, I am not 100% sure if this is on purpose, but I would like to use {type | lowercase} in the commit message format.

2024-02-20_12-08

pmeinhardt commented 7 months ago

If you use the "auto-format" option, this will essentially "post-process" the output for the commit message and will capitalize your previously lowercased type.

In particular, the flow is: ticket info -> apply commit message format -> apply auto-formatting (if enabled).

Hope this helps. ✌️

0x6a68 commented 7 months ago

doh! thanks for the swift help 🤝