Skip to content

Commit 28c9036

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

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/fsdocs-gh-pages.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,4 @@ jobs:
5858
steps:
5959
- name: Deploy to GitHub Pages
6060
id: deployment
61-
uses: actions/deploy-pages@v3
62-
with:
63-
artifact_name: github-pages
61+
uses: actions/deploy-pages@v4

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)