We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a2dfb commit 779b986Copy full SHA for 779b986
2 files changed
.github/workflows/standalone_publish.yml
@@ -84,8 +84,8 @@ jobs:
84
# Specify whether to remove untracked files before checking out the repository:
85
clean: false
86
87
- # Limit clone depth to the most recent commit:
88
- fetch-depth: 1
+ # Fetch all history to allowfor generation of changelogs:
+ fetch-depth: 0
89
90
# Specify whether to download Git-LFS files:
91
lfs: false
.github/workflows/standalone_publish_custom.yml
@@ -91,8 +91,8 @@ jobs:
92
93
94
95
96
97
98
0 commit comments