Skip to content

Commit 6641f51

Browse files
committed
build: fetch all history for changelog creation in push changes workflow
1 parent cd99c7d commit 6641f51

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/standalone_publish_custom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
# Specify whether to remove untracked files before checking out the repository:
9292
clean: false
9393

94-
# Fetch all history to allow for generation of changelogs:
94+
# Fetch all history to allow for changelog generation:
9595
fetch-depth: 0
9696

9797
# Specify whether to download Git-LFS files:

.github/workflows/standalone_push_changes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
# Specify whether to remove untracked files before checking out the repository:
6060
clean: false
6161

62-
# Limit clone depth to the most recent 100 commits:
63-
fetch-depth: 100
62+
# Fetch all history to allow for changelog generation:
63+
fetch-depth: 0
6464

6565
# Specify whether to download Git-LFS files:
6666
lfs: false

0 commit comments

Comments
 (0)