summaryrefslogtreecommitdiff
path: root/docs/breaking_changes.md
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2023-05-29 06:19:41 +1000
committerNick Brassel <nick@tzarc.org>2023-05-29 06:20:09 +1000
commitf2808dcbef3ee510ad13f3a18119396211612737 (patch)
tree07fd09021eb1372a2a3d591cd3af90f0a6f0729f /docs/breaking_changes.md
parent5024370dd0b441e86ace3089193e84c5b050d892 (diff)
Branch point for 2023q3 Breaking Change.
Diffstat (limited to 'docs/breaking_changes.md')
-rw-r--r--docs/breaking_changes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/breaking_changes.md b/docs/breaking_changes.md
index e660182c32..f4560b746f 100644
--- a/docs/breaking_changes.md
+++ b/docs/breaking_changes.md
@@ -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`