Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 542 Bytes

release_checklist.md

File metadata and controls

12 lines (12 loc) · 542 Bytes
  • Update CHANGELOG.md
  • Bump version number
  • ./check.sh
  • ./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