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.
|
|
|
|
7. `git push` to make the new changes available.
|
2017-09-29 11:27:55 +00:00
|
|
|
|
2017-10-07 09:00:17 +00:00
|
|
|
[rtd]: https://readthedocs.org/projects/higan/builds/
|