Everduin94 / better-commits

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

feat(main): #56 remove simple-git #64

Closed Everduin94 closed 5 months ago

Everduin94 commented 5 months ago

Replace simple-git with custom status parser. This should reduce the size of the project by about 38%. This also fixes a bug where no files were found as staged, or when files differed in the index and work tree. Note, the issue mentions this bug was caused by simple-git. That's not true. It was my own code (surprise surprise). However, the project doesn't need all of what simple-git is.

@davidsneighbour - fixes the rename issue in #60

rename

Closes: #56, #60

github-actions[bot] commented 5 months ago

:tada: This PR is included in version 1.8.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: