Skip to content

Commit

Permalink
chore(sprint): disable generation of issue sections in release note f…
Browse files Browse the repository at this point in the history
…or sprint

Signed-off-by: davidko <[email protected]>
  • Loading branch information
innobead authored and derekbit committed Sep 1, 2024
1 parent e139b6f commit 231a0ab
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release-sprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ jobs:
--pre-note ./assets/release-sprint/pre-note.md \
--post-note ./assets/release-sprint/post-note.md \
--note-contributors innobead \
--note-section-disable \
--since-days 14 \
--exclude-labels "kind/test" \
--exclude-labels "area/infra" \
Expand All @@ -129,15 +130,6 @@ jobs:
--exclude-labels "duplicated" \
--exclude-labels "invalid" \
--exclude-labels "release/task" \
--note-section-labels "highlight" \
--note-section-labels "kind/feature" \
--note-section-labels "kind/improvement" \
--note-section-labels "kind/bug" \
--note-section-labels "area/performance" \
--note-section-labels "area/resilience" \
--note-section-labels "area/stability" \
--note-section-labels "area/scalability" \
--note-section-labels "area/benchmark" \
--pre-hook ./scripts/check-images-ready.sh \
--pre-hook-args "longhornio/longhorn-manager:${{ steps.var.outputs.tag }}" \
--pre-hook-args "longhornio/longhorn-engine:${{ steps.var.outputs.tag }}" \
Expand Down

0 comments on commit 231a0ab

Please sign in to comment.