963d356173
* Remove redundant git lfs pull command The `git lfs pull` command in the GitHub workflow is redundant and has been removed. Additionally, the `sync-lfs.sh` script has been updated to push all LFS objects to the origin repository. * using force push instead of trying to merge * Bumping ssh agent to 0.9.0 * Syntax --------- Co-authored-by: Jason Wen <haibin.wen3@gmail.com> |
||
---|---|---|
.. | ||
ci | ||
sunnypilot | ||
README.md | ||
build_dev.sh | ||
build_devel.sh | ||
build_release.sh | ||
build_staging.sh | ||
check-dirty.sh | ||
check-submodules.sh | ||
identity.sh | ||
release_files.py |
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
todevel
Go to devel
- update RELEASES.md
- close out milestone
- post on Discord dev channel
- bump version on master:
common/version.h
andRELEASES.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.