git checkout master- Update CHANGELOG.md with new version and release date.
- Commit CHANGELOG.md.
git tag v#.#.#git push --tagmake deploy. Vice now runs twice. Do not quit Vice manually! If it gets stuck somewhere, it is an error which must be fixed before restarting from step 1.- Wait until
makecompletes without errors. - Create new release in Github. Copy change list from CHANGELOG.md and add the binaries in deploy folder.
git checkout github-pagesgit merge mastermake docsgit commit docsgit push