Everduin94 / better-commits

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

Reduce Size: Remove SimpleGit #56

Closed Everduin94 closed 5 months ago

Everduin94 commented 6 months ago

SimpleGit makes up about 38% of the projects size.

But, better-commits only uses git status from SimpleGit. Which coincidentally creates one of the few known issue in better-commits. (Files that have both staged and unstaged changes only show up as staged)

Action Items

github-actions[bot] commented 5 months ago

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

The release is available on:

Your semantic-release bot :package::rocket: