We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca80ba commit 8b3ac89Copy full SHA for 8b3ac89
build/scripts/Versioning.fs
@@ -44,6 +44,7 @@ module Versioning =
44
let doc_current =
45
match globalJson.doc_current with
46
| "master" -> "master"
47
+ | s when s.EndsWith(".x") -> sprintf "%i.x" version.Major
48
| _ -> sprintf "%i.%i" version.Major version.Minor
49
let doc_branch =
50
0 commit comments