mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 13:12:08 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
6a17a28ec8
@ -119,6 +119,7 @@ This happens immediately after the previous `develop` branch is merged to `maste
|
|||||||
* `git commit -m 'Branch point for <DATE> Breaking Change'`
|
* `git commit -m 'Branch point for <DATE> Breaking Change'`
|
||||||
* `git tag breakpoint_<YYYY>_<MM>_<DD>`
|
* `git tag breakpoint_<YYYY>_<MM>_<DD>`
|
||||||
* `git push upstream breakpoint_<YYYY>_<MM>_<DD>`
|
* `git push upstream breakpoint_<YYYY>_<MM>_<DD>`
|
||||||
|
* `git push upstream develop`
|
||||||
|
|
||||||
* All submodules under `lib` now need to be checked against their QMK-based forks:
|
* All submodules under `lib` now need to be checked against their QMK-based forks:
|
||||||
* `git submodule foreach git log -n1`
|
* `git submodule foreach git log -n1`
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
# THIS IS THE DEVELOP BRANCH
|
||||||
|
|
||||||
|
Warning- This is the `develop` branch of QMK Firmware. You may encounter broken code here. Please see [Breaking Changes](https://docs.qmk.fm/#/breaking_changes) for more information.
|
||||||
|
|
||||||
# Quantum Mechanical Keyboard Firmware
|
# Quantum Mechanical Keyboard Firmware
|
||||||
|
|
||||||
[](https://github.com/qmk/qmk_firmware/tags)
|
[](https://github.com/qmk/qmk_firmware/tags)
|
||||||
|
Loading…
Reference in New Issue
Block a user