Files
bevy/_release-content/migration_guides_template.md
Miles Silberling-Cook b61a924fbe Make release content show up first in reviews (#23469)
# Objective

Make release notes and migration guides show up first when viewing PRs
in github.

## Solution

Prefix the release-content directory with `_` so it sorts first.

## Testing

See for yourself.
2026-03-22 21:29:51 +00:00

463 B

title, pull_requests
title pull_requests
Feature that broke
14791
15458
15269

Copy the contents of this file into a new file in ./migration-guides, update the metadata, and add migration guide content here.

Remember, your aim is to communicate:

  • What has changed since the last release?
  • Why did we make this breaking change?
  • How can users migrate their existing code?

For more specifics about style and content, see the instructions.