ajoberstar / reckon

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

Support build metadata more explicitly #13

Closed ajoberstar closed 7 years ago

ajoberstar commented 9 years ago

Need to decide if there are some general things people would use for metadata that go across different Vcs impls. If so, should there be more methods on the Vcs interface? If not, should we just expose an interface to get an internal interface for a specific Vcs.

At the most general, there should just be a better spot to plug this in.

ajoberstar commented 9 years ago

Common things used for metadata:

ajoberstar commented 7 years ago

Making it responsibility of the prereleasestrategy.