Skip to content

Commit 34eed69

Browse files
committed
fixup! feat: release automation with FAKE and minimal documentation (#5)
1 parent 3dd9d9e commit 34eed69

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
First release
99

1010
### Added response discriminated unions for each Cosmos DB operation
11-
They allow to handle all the relevant status codes which can be considered as errors insted of exceptions.
11+
They allow to handle all the relevant status codes which can be considered as errors instead of exceptions.
1212

1313
### Added computation expressions for all Cosmos DB operations
1414
* Read

build/build.fs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ let updateChangelog ctx =
282282
latestEntry <-
283283
if not <| isPublishToGitHub ctx then
284284
Changelog.updateChangelog changelogPath changelog gitHubRepoUrl ctx
285+
elif Seq.isEmpty changelog.Entries then
286+
latestEntry
285287
else
286288
let latest = changelog.LatestEntry
287289
let semVer = {

0 commit comments

Comments
 (0)