aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2020-09-09 11:07:27 +0200
committerFlorian Eckert <fe@dev.tdt.de>2020-09-09 11:07:27 +0200
commitda183bdb3df63c38c45da292d7b359bc4015f3b4 (patch)
tree2d929bb75481b757ad3fb830c5d41429e2f5868e /CONTRIBUTING.md
parent76452e7e64816c8d695b89df480c253766e0ed32 (diff)
CONTRIBUTING.md: update branch info
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0e4b4ce63..83e470acc 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -79,7 +79,9 @@ Pull requests are the easiest way to contribute changes to git repos at Github.
### Release Branches:
-* Branches named "for-XX.YY" (e.g. for-14.07) are release branches.
+* Old stable branches were named after the following pattern "for-XX.YY" (e.g. for-14.07) before the LEDE split.
+ During the LEDE split there was only one release branch with the name "lede-17.01".
+ After merging the LEDE fork with OpenWrt the release branches are named according to the following pattern "openwrt-XX.YY" (e.g. openwrt-18.06).
* These branches are built with the respective OpenWrt release and are created
during the release stabilisation phase.
* Please ONLY cherry-pick or commit security and bug-fixes to these branches.