ajoberstar / reckon

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

defaultInferredScope should either have no default or default to patch #195

Closed ajoberstar closed 1 year ago

ajoberstar commented 1 year ago

As discussed in #180, newer features of reckon make the current default value for defaultInferredScope of MINOR inconvenient. Personally would prefer the default be PATCH, but it may make more sense to have no default and require users to set it.