Everduin94 / better-commits

A CLI for creating better commits following the conventional commits specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow `$EDITOR` to display final confirmation

AlexAxthelm opened this issue ยท comments

It would be nice if I could use my normal $EDITOR to see (or touch up) my commit message, rather than displaying it in-line for the final confirmation step.

Makes sense! I added this in PR: #83.

You may have to explicitly set the editor via git config. I put some examples in the README.

I'll probably merge this tomorrow after I get the chance to test one more thing.

๐ŸŽ‰ This issue has been resolved in version 1.12.0 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€

Looks to be working perfectly!