Skip to content

Commit 34d5071

Browse files
authored
Update copilot-instructions with branch structure overview
Added basic project branch and release structure section to AI information
1 parent d0d62d9 commit 34d5071

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,17 @@ package.json # Node.js dependencies and scripts
9595
.github/workflows/ # CI/CD pipelines
9696
```
9797

98+
### Project Branch / Release Structure
99+
```
100+
main # Main development source (daily/nightly 17.0.x)
101+
├── V5 # special branch: code rework for esp-idf 5.5.x (unstable)
102+
├── V5-C6 # special branch for integration of new MCU types: esp32-c5, esp32-c6, esp32-p4 (unstable)
103+
16_x # current beta (feature freeze) for next release 16.x.y
104+
0_15_x # maintainance (bugfixes only) for current release 0.15.x
105+
(tag) v0.14.4 # previous version 0.14.4 (no maintainance)
106+
```
107+
108+
98109
### Key Files and Their Purpose
99110
- `wled00/data/index.htm` - Main web interface
100111
- `wled00/data/settings*.htm` - Configuration pages

0 commit comments

Comments
 (0)