djspiewak / sbt-spiewak

A plugin which represents my personal SBT project baseline
Apache License 2.0
53 stars 20 forks source link

Prepend commit numbers to version hashes #17

Closed djspiewak closed 3 years ago

djspiewak commented 3 years ago

This doesn't give us true monotonicity, but it does define a semi-lattice which would hold in any case where snapshots are not published from a branch, and in cases where snapshots are published from a branch, the information would be no worse than it is today.

It might also be worth investigating if we should just rip out some of this machinery and replace it with an sbt-dynver dependency.