Release Notes
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.