Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 562 Bytes

release_checklist.md

File metadata and controls

11 lines (11 loc) · 562 Bytes
  • Update CHANGELOG.md with ./scripts/generate_changelog.py
  • Bump version number
  • ./example_app/build_web.sh --open
  • git commit -m 'Release 0.x.0 - summary'
  • cargo publish -p ewebsock
  • git tag -a 0.x.0 -m 'Release 0.x.0 - summary'
  • git pull --tags && git tag -d latest && git tag -a latest -m 'Latest release' && git push --tags origin latest --force
  • git push && git push --tags