Everduin94 / better-commits

A CLI for creating better commits following the conventional commits specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reduce Size: Remove SimpleGit

Everduin94 opened this issue ยท comments

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

  • Create a replacement for git status
  • Remove SimpleGit

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

The release is available on:

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