Skip to content

Commit 779b986

Browse files
committed
build: fetch entire history for changelog generation
1 parent d9a2dfb commit 779b986

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/standalone_publish.yml

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

87-
# Limit clone depth to the most recent commit:
88-
fetch-depth: 1
87+
# Fetch all history to allowfor generation of changelogs:
88+
fetch-depth: 0
8989

9090
# Specify whether to download Git-LFS files:
9191
lfs: false

.github/workflows/standalone_publish_custom.yml

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

94-
# Limit clone depth to the most recent commit:
95-
fetch-depth: 1
94+
# Fetch all history to allowfor generation of changelogs:
95+
fetch-depth: 0
9696

9797
# Specify whether to download Git-LFS files:
9898
lfs: false

0 commit comments

Comments
 (0)