mirror of https://github.com/bsnes-emu/bsnes.git
Update the release instructions after their first use.
This commit is contained in:
parent
f8e71b50d0
commit
b8b5aef165
|
@ -3,8 +3,9 @@ Release checklist
|
|||
|
||||
1. Commit the new release
|
||||
2. Tag the commit
|
||||
3. `git push`
|
||||
4. `git push --tags`
|
||||
5. Go to [the docs admin][rtd] and enable builds for the new tag.
|
||||
3. `git push --tags origin master` to push the commit and tag at the
|
||||
same time.
|
||||
5. Go to [the docs admin][rtd] and verify that it's building the new
|
||||
version as 'stable' and under its tag name.
|
||||
|
||||
[rtd]: https://readthedocs.org/dashboard/higan/versions/
|
||||
[rtd]: https://readthedocs.org/projects/higan/builds/
|
||||
|
|
Loading…
Reference in New Issue