Skip to content

Commit 47d3ca1

Browse files
committed
clone more history
1 parent 5b099b1 commit 47d3ca1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/plan-release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242

4343
steps:
4444
- uses: actions/checkout@v4
45+
# We need to download lots of history so that
46+
# lerna-changelog can discover what's changed since the last release
47+
with:
48+
fetch-depth: 0
4549
- uses: wyvox/action-setup-pnpm@v3
4650

4751
- name: "Generate Explanation and Prep Changelogs"

0 commit comments

Comments
 (0)