We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aad4af commit 41e45ccCopy full SHA for 41e45cc
1 file changed
.github/workflows/draft-release-notes.yml
@@ -16,6 +16,10 @@ jobs:
16
environment: protected
17
steps:
18
- 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
23
24
- name: Install Copilot CLI
25
run: |
0 commit comments