Skip to content

Commit 91d747d

Browse files
committed
Another attempt to clarify
1 parent 4e2eb8e commit 91d747d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versioning/src/main/scala/org/typelevel/sbt/TypelevelVersioningPlugin.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ object TypelevelVersioningPlugin extends AutoPlugin {
4040
"If true, an untagged commit is given a snapshot version, e.g. 0.4-00218f9-SNAPSHOT. If false, it is given a release version, e.g. 0.4-00218f9. (default: true)")
4141

4242
lazy val tlLatestVersion = settingKey[Option[String]](
43-
"The latest tagged version that is binary-compatible with the version in this build. The latest stable version is given first priority, otherwise falls back to the latest pre-release version (e.g. milestones/release candidates). If applicable, this will be the current tagged version.")
43+
"The latest tagged version on this branch. Priority is given to the latest stable version, but if you have tagged a binary-breaking prelease version (such as a milestone or release candidate), that will be selected instead. If applicable, this will be the current tagged version.")
4444

4545
lazy val tlLatestPreReleaseVersion = settingKey[Option[String]](
46-
"The latest tagged version, including milestones and release candidates, that is binary-compatible with the version in this build. If applicable, this will be the current tagged version.")
46+
"The latest tagged version on this branch, including milestones and release candidates. If applicable, this will be the current tagged version.")
4747
}
4848

4949
import autoImport._

0 commit comments

Comments
 (0)