Skip to content

Commit 41e45cc

Browse files
committed
Fix draft-release-notes workflow: fetch full history for tag resolution
1 parent 3aad4af commit 41e45cc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/draft-release-notes.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
environment: protected
1717
steps:
1818
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19+
with:
20+
# need full history and tags so the release-notes script can resolve
21+
# the previous release tag (e.g. v2.27.0) when computing the commit range
22+
fetch-depth: 0
1923

2024
- name: Install Copilot CLI
2125
run: |

0 commit comments

Comments
 (0)