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 97e080f commit 2ae8c92Copy full SHA for 2ae8c92
Content/Library/build/build.fs
@@ -112,7 +112,10 @@ let documentationRootUrl = sprintf "https://%s.github.io/%s/" gitOwner gitRepoNa
112
113
let releaseBranch = "MyReleaseBranch"
114
let readme = "README.md"
115
-let changelogFile = "CHANGELOG.md"
+
116
+let changelogPath =
117
+ rootDirectory
118
+ </> "CHANGELOG.md"
119
120
let READMElink = Uri(Uri(gitHubRepoUrl), $"blob/{releaseBranch}/{readme}")
121
let CHANGELOGlink = Uri(Uri(gitHubRepoUrl), $"blob/{releaseBranch}/{changelogFile}")
0 commit comments