Skip to content

Commit 2ae8c92

Browse files
committed
Update changelog path to reference the correct directory structure
1 parent 97e080f commit 2ae8c92

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Content/Library/build/build.fs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,10 @@ let documentationRootUrl = sprintf "https://%s.github.io/%s/" gitOwner gitRepoNa
112112

113113
let releaseBranch = "MyReleaseBranch"
114114
let readme = "README.md"
115-
let changelogFile = "CHANGELOG.md"
115+
116+
let changelogPath =
117+
rootDirectory
118+
</> "CHANGELOG.md"
116119

117120
let READMElink = Uri(Uri(gitHubRepoUrl), $"blob/{releaseBranch}/{readme}")
118121
let CHANGELOGlink = Uri(Uri(gitHubRepoUrl), $"blob/{releaseBranch}/{changelogFile}")

0 commit comments

Comments
 (0)