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 cc167b4Copy full SHA for cc167b4
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 changelogFile =
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