Skip to content

Commit 51a3a33

Browse files
committed
build: fix release notes
1 parent 3884c2d commit 51a3a33

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/maven-central.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
gh issue list \
7777
--repo ${{ github.repository }} \
7878
--search "milestone:\"$VERSION_NUM\" label:feature" \
79+
--state all \
7980
--limit 100 \
8081
--json title,url \
8182
--jq '.[] | "- [\(.title)](\(.url))"' > new_issues.md
@@ -84,6 +85,7 @@ jobs:
8485
gh issue list \
8586
--repo ${{ github.repository }} \
8687
--search "milestone:\"$VERSION_NUM\" -label:feature -label:dependencies" \
88+
--state all \
8789
--limit 100 \
8890
--json title,url \
8991
--jq '.[] | "- [\(.title)](\(.url))"' > other_issues.md

0 commit comments

Comments
 (0)