Skip to content

Commit 80c06ca

Browse files
committedFeb 24, 2024
chore: ensure commits are present for changelog generation
1 parent 66c36de commit 80c06ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/release_publish-lts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fetch-tags: true
4040
show-progress: false
4141
token: ${{ secrets.GH_DEPLOY_TOKEN }}
42-
fetch-depth: 3
42+
fetch-depth: 25
4343
ref: ${{ github.event.inputs.source-branch }}
4444
- run: git fetch origin --tags --depth=1
4545
- name: Make sure git user is setup

‎.github/workflows/release_publish-stable.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
token: ${{ secrets.GH_DEPLOY_TOKEN }}
6666
fetch-depth: 3
6767
ref: release
68-
## Ensure we have a copy of the source branch
69-
- run: git fetch origin ${{ github.event.inputs.source-branch }} --depth=1
68+
## Ensure we have a full copy of the source branch
69+
- run: git fetch origin ${{ github.event.inputs.source-branch }} --depth=0
7070
- run: git fetch origin --tags --depth=1
7171
- name: Make sure git user is setup
7272
run: |

0 commit comments

Comments
 (0)
Failed to load comments.