File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88First 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
Original file line number Diff line number Diff 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 = {
You can’t perform that action at this time.
0 commit comments