Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stub release notes and migration guides for 0.15 release #1673

Merged
merged 4 commits into from
Oct 20, 2024

Conversation

alice-i-cecile
Copy link
Member

@alice-i-cecile alice-i-cecile commented Oct 20, 2024

I'm in the process of opening the associated issues :)

Like usual, I'd like to merge this as-is, and then fill out the associated content through individual PRs for reviewability and ease of distributing the work.

The contents of this PR were automatically generated by running:

  1. cargo run -p generate-release -- --from v0.14.0 --to main --release-version 0.15 migration-guides
  2. cargo run -p generate-release -- --from v0.14.0 --to main --release-version 0.15 release-notes --create-issues

@alice-i-cecile
Copy link
Member Author

The typos workflow is failing here due to truncated PR names 💢 I'd appreciate thoughts on the best way to blanket-ignore this sort of thing.

Copy link
Contributor

@MiniaczQ MiniaczQ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checked few random files, seems to be fine
obviously can't tell if anything is missing

Copy link
Member

@BD103 BD103 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good from a quick scroll through!

@BD103 BD103 added S-Ready-For-Final-Review Ready for a maintainer to consider for merging and removed S-Needs-Review labels Oct 20, 2024
@BD103
Copy link
Member

BD103 commented Oct 20, 2024

Looks like the typos config needs to be updated to exclude _guides.toml, as well as a few specific Markdown files:

bevy-website/typos.toml

Lines 15 to 17 in 43685e7

# Ignore changelogs and release notes (titles should be verbatim)
"release-content/*/changelog.toml",
"release-content/*/_release-notes.toml",

bevy-website/typos.toml

Lines 10 to 14 in 43685e7

# Ignore specific migration guides that fix typos or truncate titles.
"release-content/0.14/migration-guides/_guides.toml",
"release-content/0.14/migration-guides/12038_fix_some_typos.md",
"release-content/0.14/migration-guides/13261_More_gizmos_builders.md",
"release-content/0.14/migration-guides/13654_Rename_point_light_to_clusterable_object_in_cluster_contex.md",

@alice-i-cecile
Copy link
Member Author

I generally appreciate the typo checker running on these files, so I've instead opted to just fix the typos :)

@alice-i-cecile alice-i-cecile added this pull request to the merge queue Oct 20, 2024
Merged via the queue into bevyengine:main with commit 24506ff Oct 20, 2024
10 checks passed
@alice-i-cecile alice-i-cecile deleted the 0.15-stubs branch October 20, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Migration Guides A-Release-Notes C-Content S-Ready-For-Final-Review Ready for a maintainer to consider for merging X-Uncontroversial This work is generally agreed upon
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants