From 6408da5e62ad1d35219ddbe136e4fb9a92d175a2 Mon Sep 17 00:00:00 2001
From: Bart Koelman <10324372+bkoelman@users.noreply.github.com>
Date: Sun, 17 Sep 2023 10:49:39 +0200
Subject: [PATCH 1/5] Empty commit ...1
From d2c1c47003282e7d4a54b677b077e4e0e5178410 Mon Sep 17 00:00:00 2001
From: Bart Koelman <10324372+bkoelman@users.noreply.github.com>
Date: Sun, 17 Sep 2023 10:49:41 +0200
Subject: [PATCH 2/5] Empty commit ...2
From 5f91bb75498fb256e34d2b15a2dbab844f5eab36 Mon Sep 17 00:00:00 2001
From: Bart Koelman <10324372+bkoelman@users.noreply.github.com>
Date: Sun, 17 Sep 2023 10:49:43 +0200
Subject: [PATCH 3/5] Empty commit ...3
From d894803c1e7883b040b9e0e6ea08fb0a29a334a3 Mon Sep 17 00:00:00 2001
From: Bart Koelman <10324372+bkoelman@users.noreply.github.com>
Date: Sun, 17 Sep 2023 11:50:32 +0200
Subject: [PATCH 4/5] Change more docs
---
docs/home/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/home/index.html b/docs/home/index.html
index b267c242e6..b33d0b8ef3 100644
--- a/docs/home/index.html
+++ b/docs/home/index.html
@@ -1,6 +1,6 @@
-
+
JsonApiDotNetCore documentation
From 9c43fae97976af611662bc56cdc36c90315717f1 Mon Sep 17 00:00:00 2001
From: Bart Koelman <10324372+bkoelman@users.noreply.github.com>
Date: Sun, 17 Sep 2023 11:51:50 +0200
Subject: [PATCH 5/5] turn off pr number in commit msg
---
.github/workflows/dotnet.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml
index 2e1c1b2b9f..ad7a87e27f 100644
--- a/.github/workflows/dotnet.yml
+++ b/.github/workflows/dotnet.yml
@@ -261,6 +261,7 @@ jobs:
# run: |
# dotnet nuget add source --username 'json-api-dotnet' --password "$env:GITHUB_TOKEN" --store-password-in-clear-text --name 'github' 'https://nuget.pkg.github.com/json-api-dotnet/index.json'
# dotnet nuget push "$env:GITHUB_WORKSPACE/packages/*.nupkg" --api-key "$env:GITHUB_TOKEN" --source 'github'
+
- name: Find merged pull request
id: find_merged_pull_request
#if: github.event_name == 'push' && github.ref == 'refs/heads/master'
@@ -281,8 +282,8 @@ jobs:
publish_branch: gh-pages-test
#publish_branch: gh-pages
publish_dir: ./documentation
- #commit_message: 'Auto-generated documentation from: ${{ github.event.head_commit.message }}'
- full_commit_message: "Auto-generated documentation from ${{ steps.find_merged_pull_request.outputs.number && format('#{0}', steps.find_merged_pull_request.outputs.number) || github.sha }}"
+ commit_message: 'Auto-generated documentation from...'
+ #full_commit_message: "Auto-generated documentation from ${{ steps.find_merged_pull_request.outputs.number && format('#{0}', steps.find_merged_pull_request.outputs.number) || github.sha }}"
- name: Publish to NuGet
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')