openpilot/release
Adeeb Shihadeh d3cb0d24c4
Sync: `sunnypilot/sunnypilot:master` into `sunnypilot/openpilot-special:master-priv`
2024-07-07 10:15:50 -04:00
..
ci GitLab Pipelines: Add script for syncing LFS between comma and sunnypilot 2024-06-12 16:21:43 -04:00
sunnypilot
README.md release checklist (#32709) 2024-06-11 14:47:39 -07:00
build_dev.sh
build_devel.sh no lfs in release 2024-06-01 14:23:48 -07:00
build_release.sh Sync: `sunnypilot/sunnypilot:master` into `sunnypilot/openpilot-special:master-priv` 2024-06-12 21:43:05 -04:00
build_staging.sh
check-dirty.sh
check-submodules.sh more fetch depth 2024-06-17 09:43:36 -07:00
identity.sh
release_files.py Sync: `sunnypilot/sunnypilot:master` into `sunnypilot/openpilot-special:master-priv` 2024-07-07 10:15:50 -04:00

README.md

openpilot releases

release checklist

Go to devel-staging

  • update devel-staging: git reset --hard origin/master-ci
  • open a pull request from devel-staging to devel

Go to devel

  • update RELEASES.md
  • close out milestone
  • post on Discord dev channel
  • bump version on master: common/version.h and RELEASES.md
  • merge the pull request

tests:

  • update from previous release -> new release
  • update from new release -> previous release
  • fresh install with openpilot-test.comma.ai
  • drive on fresh install
  • comma body test
  • no submodules or LFS
  • check sentry, MTBF, etc.

Go to release3

  • publish the blog post
  • git reset --hard origin/release3-staging
  • tag the release
git tag v0.X.X <commit-hash>
git push origin v0.X.X
  • create GitHub release
  • final test install on openpilot.comma.ai
  • update production
  • Post on Discord, X, etc.