Update the post-release checklist to mention rgbds-live (#1647)

This commit is contained in:
Rangi
2025-02-04 09:59:03 +01:00
committed by GitHub
parent 81ea4ee920
commit 91310c9eb6

View File

@@ -72,9 +72,14 @@ GitHub.
8. Update the following related projects. 8. Update the following related projects.
- [rgbobj](https://github.com/gbdev/rgbobj) and [rgbds-obj](https://github.com/gbdev/rgbds-obj): 1. [rgbds-www](https://github.com/gbdev/rgbds-www): update
make sure that object files created by the latest RGBASM can be parsed and displayed. [src/pages/versions.mdx](https://github.com/gbdev/rgbds-www/blob/master/src/pages/versions.mdx)
If the object file revision has been updated, rgbobj will need a corresponding release. to list the new release.
- [rgbds-www](https://github.com/gbdev/rgbds-www): update 2. [rgbds-live](https://github.com/gbdev/rgbds-live): update the `rgbds` submodule (and
[src/pages/versions.mdx](https://github.com/gbdev/rgbds-www/blob/master/src/pages/versions.mdx) [patches/rgbds.patch](https://github.com/gbdev/rgbds-live/blob/master/patches/rgbds.patch)
to list the new release. if necessary) to use the new release, and
[index.html](https://github.com/gbdev/rgbds-live/blob/master/index.html)
to link to the new manual version.
3. [rgbobj](https://github.com/gbdev/rgbobj) and [rgbds-obj](https://github.com/gbdev/rgbds-obj):
make sure that object files created by the latest RGBASM can be parsed and displayed.
If the object file revision has been updated, `rgbobj` will need a corresponding release.