You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sbt-release-early only publishes documentation on tag, and updating the doc website from a branch means the version number is screwy. Fix it so updating docs from a branch shows the last tagged version.
Might also be a good idea to namespace the docs by version number so we can refer back to earlier docs.
can use old version
lazy val oldVersion = "git describe --abbrev=0".!!.trim.replaceAll("^v", "")
sbt-release-early only publishes documentation on tag, and updating the doc website from a branch means the version number is screwy. Fix it so updating docs from a branch shows the last tagged version.
Might also be a good idea to namespace the docs by version number so we can refer back to earlier docs.
can use old version
https://github.com/plokhotnyuk/fast-string-interpolator/blob/master/build.sbt#L4
The text was updated successfully, but these errors were encountered: