Skip to content

Commit efaae4e

Browse files
committed
Include doc_current in release version handling
1 parent 86999fc commit efaae4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/scripts/Versioning.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module Versioning =
2020

2121
//Versions in form of e.g 6.1.0 is inferred as datetime so we bake the json shape into the provider like this
2222
type SdkVersion = { version:string; }
23-
type GlobalJson = { sdk: SdkVersion; version:string; }
23+
type GlobalJson = { sdk: SdkVersion; version:string; doc_current:string; }
2424

2525
let private globalJson () =
2626
let jsonString = File.ReadAllText "global.json"

0 commit comments

Comments
 (0)