ajoberstar / reckon

Infer a project's version from your Git repository.
Apache License 2.0
184 stars 28 forks source link

Remove all use of grgit from reckon #196

Closed ajoberstar closed 1 year ago

ajoberstar commented 1 year ago

Reckon had very little use for grgit, primarily just to load the project's repo (which is trivial) and create and push tags, which are also pretty simple.

As I try to simplify maintenance more, decoupling this plugin fully is the biggest benefit I can get.