File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 58
58
steps :
59
59
- name : Deploy to GitHub Pages
60
60
id : deployment
61
- uses : actions/deploy-pages@v3
62
- with :
63
- artifact_name : github-pages
61
+ uses : actions/deploy-pages@v4
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
8
8
First release
9
9
10
10
### 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.
12
12
13
13
### Added computation expressions for all Cosmos DB operations
14
14
* Read
Original file line number Diff line number Diff line change @@ -282,6 +282,8 @@ let updateChangelog ctx =
282
282
latestEntry <-
283
283
if not <| isPublishToGitHub ctx then
284
284
Changelog.updateChangelog changelogPath changelog gitHubRepoUrl ctx
285
+ elif Seq.isEmpty changelog.Entries then
286
+ latestEntry
285
287
else
286
288
let latest = changelog.LatestEntry
287
289
let semVer = {
You can’t perform that action at this time.
0 commit comments