ajoberstar / reckon

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

minor: Add settings plugin #182

Closed ajoberstar closed 1 year ago

ajoberstar commented 1 year ago

To ensure that we reckon can get configured before anyone else will use the project versions, we're adding a settings plugin. As long as no one applies another settings plugin that happens to also interact with versions this should resolve any other issues that woud crop up.

Fixes #173