Skip to content

Commit 64fbd4e

Browse files
trcyberopticclaude
andcommitted
ci: fetch full history and tags so release changelog covers all commits
The default shallow clone hid every prior tag from `git describe`, so the changelog step always fell into the no-previous-tag branch and listed only the bump commit. Fetching full history + tags makes the diff against the previous tag work as intended. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c4754d7 commit 64fbd4e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
contents: write
1414
steps:
1515
- uses: actions/checkout@v4
16+
with:
17+
fetch-depth: 0
18+
fetch-tags: true
1619

1720
- name: Get version from tag
1821
id: version

0 commit comments

Comments
 (0)