jvican / sbt-release-early

Opinionated sbt plugin to release your artifacts early, both on merge and via git tag.
Mozilla Public License 2.0
91 stars 9 forks source link

Depend on sbt-git #22

Closed jvican closed 6 years ago

jvican commented 6 years ago

This allows our users to ignore the set up of scmInfo.

jvican commented 6 years ago

Our docs were assuming this was the case.

jvican commented 6 years ago

Actually, I think this is not the best solution. The best solution is to modify the wiki to warn users they have to define scmInfo, and recommend sbt-git if they don't want to do it themselves.