Everduin94 / better-commits

A CLI for creating better commits following the conventional commits specification
MIT License
1.88k stars 69 forks source link

Allow `$EDITOR` to display final confirmation #82

Closed AlexAxthelm closed 4 months ago

AlexAxthelm commented 4 months ago

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.

Everduin94 commented 4 months ago

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.

github-actions[bot] commented 4 months ago

:tada: This issue has been resolved in version 1.12.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

AlexAxthelm commented 4 months ago

Looks to be working perfectly!