diff options
author | Nick Brassel <nick@tzarc.org> | 2021-06-01 08:11:50 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-01 08:11:50 +1000 |
commit | 554c36a0555998c57b78a5e66074b8292b0e9577 (patch) | |
tree | 2f09b18d4f304b5546eeded114a74564416299fa /docs/breaking_changes.md | |
parent | 5c6c37e3a9caed50f28a1f234485a4052d4f67bd (diff) | |
download | qmk_firmware-554c36a0555998c57b78a5e66074b8292b0e9577.tar.gz qmk_firmware-554c36a0555998c57b78a5e66074b8292b0e9577.zip |
Update ChibiOS, ChibiOS-Contrib. (#13056)
* Update ChibiOS, ChibiOS-Contrib.
* Add instructions.
* Wrong remote name
* Explicit version tag.
* Add link to procedure on the breaking changes page.
Diffstat (limited to 'docs/breaking_changes.md')
-rw-r--r-- | docs/breaking_changes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/breaking_changes.md b/docs/breaking_changes.md index 3e85a7076..2ad8b5a14 100644 --- a/docs/breaking_changes.md +++ b/docs/breaking_changes.md | |||
@@ -96,3 +96,7 @@ This happens immediately after the previous `develop` branch is merged. | |||
96 | * [ ] Create a PR for `develop` | 96 | * [ ] Create a PR for `develop` |
97 | * [ ] Make sure travis comes back clean | 97 | * [ ] Make sure travis comes back clean |
98 | * [ ] Merge `develop` PR | 98 | * [ ] Merge `develop` PR |
99 | |||
100 | ## Post-merge operations | ||
101 | |||
102 | * (Optional) [update ChibiOS + ChibiOS-Contrib on `develop`](chibios_upgrade_instructions.md) \ No newline at end of file | ||