mirror of https://github.com/bsnes-emu/bsnes.git
461 B
461 B
Release checklist
- Commit the new release
- Tag the commit
git push --tags origin master
to push the commit and tag at the same time.- Go to the docs admin and verify that it's building the new version as 'stable' and under its tag name.
- Check out the
libretro
branch. - Merge changes from master.
git push
to make the new changes available.