|
|
@ -3,33 +3,33 @@ |
|
|
|
``` |
|
|
|
``` |
|
|
|
## release checklist |
|
|
|
## release checklist |
|
|
|
|
|
|
|
|
|
|
|
**Go to `devel-staging`** |
|
|
|
**Go to staging** |
|
|
|
- [ ] make issue to track release |
|
|
|
- [ ] make a GitHub issue to track release |
|
|
|
|
|
|
|
- [ ] create release master branch |
|
|
|
- [ ] update RELEASES.md |
|
|
|
- [ ] update RELEASES.md |
|
|
|
- [ ] trigger new nightly build: https://github.com/commaai/openpilot/actions/workflows/release.yaml |
|
|
|
- [ ] bump version on master: `common/version.h` and `RELEASES.md` |
|
|
|
- [ ] update `devel-staging`: `git reset --hard origin/__nightly` |
|
|
|
|
|
|
|
- [ ] build new userdata partition from `release3-staging` |
|
|
|
- [ ] build new userdata partition from `release3-staging` |
|
|
|
- [ ] open a pull request from `devel-staging` to `devel` |
|
|
|
|
|
|
|
- [ ] post on Discord, tag `@release crew` |
|
|
|
- [ ] post on Discord, tag `@release crew` |
|
|
|
|
|
|
|
|
|
|
|
**Go to `devel`** |
|
|
|
Updates to staging: |
|
|
|
- [ ] bump version on master: `common/version.h` and `RELEASES.md` |
|
|
|
- [ ] either rebase on master or cherry-pick changes |
|
|
|
- [ ] before merging the pull request, test the following: |
|
|
|
- [ ] run this to update: `BRANCH=devel-staging release/build_devel.sh` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**Go to release** |
|
|
|
|
|
|
|
- [ ] before going to release, test the following: |
|
|
|
- [ ] update from previous release -> new release |
|
|
|
- [ ] update from previous release -> new release |
|
|
|
- [ ] update from new release -> previous release |
|
|
|
- [ ] update from new release -> previous release |
|
|
|
- [ ] fresh install with `openpilot-test.comma.ai` |
|
|
|
- [ ] fresh install with `openpilot-test.comma.ai` |
|
|
|
- [ ] drive on fresh install |
|
|
|
- [ ] drive on fresh install |
|
|
|
- [ ] no submodules or LFS |
|
|
|
- [ ] no submodules or LFS |
|
|
|
- [ ] check sentry, MTBF, etc. |
|
|
|
- [ ] check sentry, MTBF, etc. |
|
|
|
- [ ] stress test in production |
|
|
|
- [ ] stress test passes in production |
|
|
|
|
|
|
|
|
|
|
|
**Go to `release3`** |
|
|
|
|
|
|
|
- [ ] publish the blog post |
|
|
|
- [ ] publish the blog post |
|
|
|
- [ ] `git reset --hard origin/release3-staging` |
|
|
|
- [ ] `git reset --hard origin/release3-staging` |
|
|
|
- [ ] tag the release: `git tag v0.X.X <commit-hash> && git push origin v0.X.X` |
|
|
|
- [ ] tag the release: `git tag v0.X.X <commit-hash> && git push origin v0.X.X` |
|
|
|
- [ ] create GitHub release |
|
|
|
- [ ] create GitHub release |
|
|
|
- [ ] final test install on `openpilot.comma.ai` |
|
|
|
- [ ] final test install on `openpilot.comma.ai` |
|
|
|
- [ ] update factory provisioning |
|
|
|
- [ ] update factory provisioning |
|
|
|
- [ ] close out milestone |
|
|
|
- [ ] close out milestone and issue |
|
|
|
- [ ] post on Discord, X, etc. |
|
|
|
- [ ] post on Discord, X, etc. |
|
|
|
``` |
|
|
|
``` |
|
|
|