Release Notes (All)
This is a sample breaking change to show a full set.
This is a sample breaking change entry demonstrating how breaking changes are rendered with dropdowns in the changelog directive output.
CLI
Add PR label blockers to changelog creation.
Adds support for configuring PR labels that block changelog creation. This allows teams to mark PRs that should not generate changelog entries (e.g., internal changes, automation, or non-notable fixes).
For more information, check #2350.
Build
This is a sample known issue to show a full set.
This is a sample known issue entry demonstrating how known issues are rendered with dropdowns in the changelog directive output.
CLI
This is a sample deprecation to show a full set.
This is a sample deprecation entry demonstrating how deprecations are rendered with dropdowns in the changelog directive output.
- Add PR label blockers to changelog creation. #2350 Adds support for configuring PR labels that block changelog creation. This allows teams to mark PRs that should not generate changelog entries (e.g., internal changes, automation, or non-notable fixes).
Fix HTMX navigation from "Find Pages" dropdown. #2470 Fixes an issue where HTMX navigation was not working correctly when selecting pages from the "Find Pages" dropdown menu.
Address F# nullability warnings. #2473 Addresses F# nullability warnings in the codebase to improve code quality and reduce potential null reference issues.
Prevent speculative builds for repositories already publishing with non-versioned branches. #2471 Prevents speculative builds from running for repositories that are already publishing with non-versioned branches, avoiding unnecessary build operations.
- This is a sample documentation change to show a full set. This is a sample documentation entry demonstrating how documentation changes are rendered in the changelog directive output.
- This is a sample regression to show a full set. This is a sample regression entry demonstrating how regressions are rendered in the changelog directive output.
- This is a sample other change to show a full set. This is a sample "other" entry demonstrating how miscellaneous changes are rendered in the changelog directive output.
- Introduce changelog automation tooling. #1234
Added CLI commands for managing release notes:
changelog add,changelog bundle, andchangelog render. This enables automated generation and formatting of release notes from structured YAML files.