mirror of
https://github.com/libretro/bsnes-libretro.git
synced 2024-11-23 08:59:40 +00:00
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.