Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 596 Bytes

RELEASING.md

File metadata and controls

15 lines (15 loc) · 596 Bytes

How to Release

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