2017-09-29 11:27:55 +00:00
|
|
|
Release checklist
|
|
|
|
=================
|
|
|
|
|
|
|
|
1. Commit the new release
|
|
|
|
2. Tag the commit
|
2017-10-07 09:00:17 +00:00
|
|
|
3. `git push --tags origin master` to push the commit and tag at the
|
|
|
|
same time.
|
2017-10-08 03:33:11 +00:00
|
|
|
4. Go to [the docs admin][rtd] and verify that it's building the new
|
2017-10-07 09:00:17 +00:00
|
|
|
version as 'stable' and under its tag name.
|
2017-10-08 03:33:11 +00:00
|
|
|
5. Check out the `libretro` branch.
|
|
|
|
6. Merge changes from master.
|
2018-06-03 03:03:46 +00:00
|
|
|
7. Copy `target-bsnes/resource/resource.?pp` to the `target-libretro` folder.
|
2017-10-08 03:33:11 +00:00
|
|
|
7. `git push` to make the new changes available.
|
docs: Review and update docs for v107.
Changes include:
- The "Library" menu was replaced with the "Systems" menu
- The "Settings" menu was reorganised
- Game Boy rumble is now under the MBC5 "controller" for the cartridge "port",
instead of being presented as a part of the base console
- Import instructions now mention that icarus ships with some firmware files,
and describe the "Firmware" directory that icarus will use for firmware
it needs.
- Apparently the correct name is "MSU1", not "MSU-1"
- v107 changes the way MSU1 data is stored in game folders
- PowerFest '94 import instructions removed, since I can't get it to work
with v107
- Links to the official forum have been replaced with links to the unofficial
forum archive, since the official forum is shutting down
- Links to Mercurial Magic updated to point at qwertymodo's archive, since
hex_usr is no longer developing it
- Links to nSide updated, since hex_usr no longer uses GitHub.
- Windows build instructions now describe a compiler that is actually
maintained, instead of stale TDM64-GCC.
- Linux build instructions now mention higan requires SDL 2.0.
- minor wording changes, typos, broken links fixed, etc.
2018-11-16 05:09:30 +00:00
|
|
|
|
|
|
|
[rtd]: https://readthedocs.org/projects/higan/builds/
|