Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 540 Bytes

RELEASES.md

File metadata and controls

9 lines (8 loc) · 540 Bytes

Release Checklist

  • Update CHANGELOG.md using ./scripts/generate_changelog.py --commit-range 0.x.y..HEAD
  • Bump version numbers
  • git commit -m 'Release 0.x.0 - summary'
  • cargo publish --quiet -p re_mp4
  • 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 origin main ; git push --tags ; git push
  • Do a GitHub release: https://github.com/rerun-io/re_mp4/releases/new