Skip to content

Commit 66638c3

Browse files
committed
fix: releases now use whole git history for changelog generation
1 parent 342a5ff commit 66638c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v2
23+
with:
24+
fetch-depth: 0 # Need history for changelog generation
2325
- name: Use Node.js lts
2426
uses: actions/setup-node@v2
2527
with:

0 commit comments

Comments
 (0)