Skip to content

chore(release): skip empty categories in release notes#2588

Merged
tido64 merged 1 commit into
trunkfrom
tido/skip-empty-categories
Oct 29, 2025
Merged

chore(release): skip empty categories in release notes#2588
tido64 merged 1 commit into
trunkfrom
tido/skip-empty-categories

Conversation

@tido64
Copy link
Copy Markdown
Member

@tido64 tido64 commented Oct 29, 2025

Description

Skip empty categories when generating release notes

Platforms affected

  • Android
  • iOS
  • macOS
  • visionOS
  • Windows

Test plan

Before:

% node --run release-notes -- 4.4.12 5.0.0
📣 react-native-test-app 5.0.0

New features:

- Drop support for 0.75 and older (#2545)

Fixes since 4.4.12:

After:

% node --run release-notes -- 4.4.12 5.0.0
📣 react-native-test-app 5.0.0

New features:

- Drop support for 0.75 and older (#2545)

@tido64 tido64 requested a review from JasonVMo as a code owner October 29, 2025 09:03
@tido64 tido64 enabled auto-merge (squash) October 29, 2025 09:03
@tido64 tido64 merged commit 476a5d4 into trunk Oct 29, 2025
30 checks passed
@tido64 tido64 deleted the tido/skip-empty-categories branch October 29, 2025 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants