Skip to content

Commit 7bb6c96

Browse files
committed
try to fix website publishing
1 parent 9390255 commit 7bb6c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/package.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ object `package` extends mill.Module {
307307

308308
val versionLabels =
309309
Settings.docTags.map { v =>
310-
(v, v, v, v.split('.').dropRight(1).mkString(".") + ".x", false)
310+
(v, v, v, v.split('.').dropRight(1).mkString(".") + ".x", v.startsWith("1."))
311311
}.dropRight(1) ++
312312
// Set the latest stable branch as the "master" docs that people default to
313313
Seq(

0 commit comments

Comments
 (0)