mirror of
https://github.com/bevyengine/bevy
synced 2024-11-21 20:23:28 +00:00
Add a release step, add links to the github release note (#12041)
# Objective Add a release step to add the links `Release anouncement` and `Migration guide` to the GitHub release note. - https://github.com/bevyengine/bevy/issues/12011#issuecomment-1955342378
This commit is contained in:
parent
31d7fcd9cb
commit
bc7ac780fb
1 changed files with 3 additions and 2 deletions
|
@ -11,8 +11,9 @@
|
|||
7. Update book.
|
||||
8. Bump version number for all crates, using the "Release" workflow.
|
||||
9. Create tag on GitHub.
|
||||
10. Bump `latest` tag to most recent release.
|
||||
11. Run this workflow to update screenshots:
|
||||
10. Edit Github Release. Add links to the `Release announcement` and `Migration Guide`
|
||||
11. Bump `latest` tag to most recent release.
|
||||
12. Run this workflow to update screenshots:
|
||||
* <https://github.com/bevyengine/bevy-website/actions/workflows/update-screenshots.yml>
|
||||
* _This will block blog post releases (and take ~40 minutes) so do it early_.
|
||||
|
||||
|
|
Loading…
Reference in a new issue