Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 582 Bytes

RELEASING.md

File metadata and controls

14 lines (14 loc) · 582 Bytes

How to Release

  1. git checkout master
  2. Update CHANGELOG.md with new version and release date.
  3. Commit CHANGELOG.md.
  4. git tag v#.#.#
  5. git push --tag
  6. make 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.
  7. Wait until make completes without errors.
  8. Create new release in Github. Copy change list from CHANGELOG.md and add the binaries in deploy folder.
  9. git checkout github-pages
  10. git merge master
  11. make docs
  12. git commit docs
  13. git push