Skip to content

Commit

Permalink
Branch point for 2023q3 Breaking Change.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc authored and thismarvin committed Sep 27, 2023
1 parent 0c68f69 commit 1648732
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/breaking_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 tag 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:
* `git submodule foreach git log -n1`
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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

[![Current Version](https://img.shields.io/github/tag/qmk/qmk_firmware.svg)](https://github.com/qmk/qmk_firmware/tags)
Expand Down

0 comments on commit 1648732

Please sign in to comment.