update release README

pull/35931/head
Adeeb Shihadeh 3 days ago committed by GitHub
parent bb4f9651ba
commit 2c654500d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      release/README.md

@ -5,19 +5,21 @@
**Go to `devel-staging`**
- [ ] update RELEASES.md
- [ ] update `devel-staging`: `git reset --hard origin/master-ci`
- [ ] trigger new nightly build: https://github.com/commaai/openpilot/actions/workflows/release.yaml
- [ ] update `devel-staging`: `git reset --hard origin/__nightly`
- [ ] open a pull request from `devel-staging` to `devel`
- [ ] post on Discord
- [ ] post on Discord, tag `@release crew`
**Go to `devel`**
- [ ] bump version on master: `common/version.h` and `RELEASES.md`
- [ ] before merging the pull request
- [ ] before merging the pull request, test the following:
- [ ] update from previous release -> new release
- [ ] update from new release -> previous release
- [ ] fresh install with `openpilot-test.comma.ai`
- [ ] drive on fresh install
- [ ] no submodules or LFS
- [ ] check sentry, MTBF, etc.
- [ ] stress test in production
**Go to `release3`**
- [ ] publish the blog post

Loading…
Cancel
Save