Commit Graph

79 Commits

Author SHA1 Message Date
Frank Möhle
774efc3768 Enhance instructions on acknowledging good patterns
Expanded the guideline on acknowledging good patterns to include summarizing good practices as part of reviews.
2026-04-04 02:39:38 +02:00
Copilot
44a96c311d Revise copilot-instructions.md: consolidate, shorten, extract and extend language-specific rules (#353)
Revise copilot-instructions.md: consolidate redundant sections, extract language-specific rules
* Added comprehensive internal documentation files establishing coding standards and development workflows for C++, Web UI, CI/CD, and ESP-IDF components.
* Implemented CodeRabbit configuration to enforce repository-specific code review guidance and quality standards across pull requests.
* Documented development workflow procedures and contribution expectations to streamline the development process and improve code consistency.

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: softhack007 <91616163+softhack007@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2026-04-04 01:41:06 +02:00
Frank
280a8d070b python update for build.yml 2026-04-02 11:51:15 +02:00
Frank
28834aa17c documentation sync with upstream 2026-04-02 11:37:35 +02:00
Frank Möhle
9d73bcc2ad Clarify instructions to always use the correct source code branch
Updated instructions for providing references in analysis results.
2026-03-30 00:19:48 +02:00
Frank
a233e99909 Update copilot-instructions.md
align with instruction used in upstream
2026-03-28 11:37:39 +01:00
Frank
855cfae224 align filtering in release.yml and nightly.yml 2026-01-16 23:46:25 +01:00
Frank Möhle
28b43d564f Update excluded labels in nightly workflow
Added additional labels to exclude from changelog generation:
question,use-as-is,not_planned
2026-01-16 20:25:27 +01:00
copilot-swe-agent[bot]
cdcea319fe Fix garbled nightly build release notes by using body_path instead of encoded output
Co-authored-by: softhack007 <91616163+softhack007@users.noreply.github.com>
2026-01-15 20:18:56 +00:00
copilot-swe-agent[bot]
649c86d83f Change nightly release title from "Nightly Release" to "Nightly mdev Build"
Updated the release name in nightly.yml to better reflect that this is a
development build (mdev) rather than a production release.

Co-authored-by: softhack007 <91616163+softhack007@users.noreply.github.com>
2026-01-15 12:46:51 +00:00
copilot-swe-agent[bot]
7dff6c7b65 Update changelog generator action from v2.3 to v2.4 to fix set-output deprecation
The v2.4 release fixes the deprecated set-output command by using GITHUB_OUTPUT
environment file instead. This eliminates the deprecation warning in nightly builds.

Co-authored-by: softhack007 <91616163+softhack007@users.noreply.github.com>
2026-01-15 12:43:33 +00:00
copilot-swe-agent[bot]
143f89243c Fix changelog generator parameter name from exclude-labels to excludeLabels
The action janheinrichmerker/action-github-changelog-generator@v2.3 expects
camelCase parameter names. Changed 'exclude-labels' to 'excludeLabels' in both
nightly.yml and release.yml to fix the nightly release action failure.

Co-authored-by: softhack007 <91616163+softhack007@users.noreply.github.com>
2026-01-15 11:04:58 +00:00
copilot-swe-agent[bot]
39899c1061 Implement nightly VERSION automation using PlatformIO script
- Created pio-scripts/set_nightly_version.py following existing set_version.py pattern
- Script sets VERSION to yymmddb format with build number 0 for nightly builds
- Modified build.yml to accept nightly_build boolean input
- Modified nightly.yml to pass nightly_build=true flag
- Added set_nightly_version.py to platformio.ini extra_scripts
- Uses WLED_NIGHTLY_BUILD environment variable to conditionally set VERSION

Co-authored-by: softhack007 <91616163+softhack007@users.noreply.github.com>
2026-01-15 10:11:48 +00:00
copilot-swe-agent[bot]
8c70acad65 Add automatic VERSION setting for nightly builds
- Modified build.yml to accept optional version input parameter
- Modified nightly.yml to calculate VERSION from build date in format yymmddb
- VERSION is passed as PLATFORMIO_BUILD_FLAGS to override default in wled.h
- Other workflows (wled-ci.yml, release.yml) unchanged and will use default VERSION

Co-authored-by: softhack007 <91616163+softhack007@users.noreply.github.com>
2026-01-15 10:08:10 +00:00
Will Tatam
3e629ce082 release.yml 2026-01-13 19:33:09 +00:00
Will Tatam
1b59f3fa1f nightly 2026-01-13 18:54:12 +00:00
Will Tatam
4a2d5da7b1 common build file 2026-01-13 18:54:12 +00:00
Will Tatam
7b4c853418 renname common builds commands 2026-01-13 18:54:12 +00:00
Will Tatam
315f147d87 Add build instruction for common environment
Added instruction to run a build for the common environment before finishing changes.
2025-09-20 12:26:16 +01:00
netmindz
08c415dbaf Change npm install to npm ci for dependencies
Updated installation instructions for dependencies.
2025-09-20 12:26:06 +01:00
copilot-swe-agent[bot]
4cad8befda Add comprehensive GitHub Copilot instructions for WLED development
Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com>
2025-09-20 12:25:56 +01:00
Frank
636dd2afa8 Fix CI builds by explicitly requiring ubuntu-22.04 2024-12-12 17:35:32 +01:00
Frank
2cc08486fd change version numbering scheme
* use 14.5.0-dev instead of "0.14.5.0-b32.41.dev"
* new release name "Small Step"

* semantic versioning compatibility checked, see  https://jubianchi.github.io/semver-check/#/version/14.5.0-dev
2024-12-11 15:09:05 +01:00
Will Tatam
d429293741 WLEDMM*.bin only 2024-10-04 23:10:35 +01:00
Will Tatam
e665b34236 Move bins to single directory 2024-10-04 23:02:03 +01:00
Will Tatam
2bbb890fb9 tweak caching of build 2024-10-04 22:51:10 +01:00
Will Tatam
f4e9292849 Download all artifacts 2024-10-04 22:49:00 +01:00
Will Tatam
2276080c67 Fix artifact upload 2024-09-07 18:56:59 +01:00
Will Tatam
163ba3aaf6 Update actions/download-artifct action 2024-09-07 18:32:22 +01:00
Will Tatam
678243f5ca Fix artifact upload 2024-09-07 18:23:30 +01:00
Will Tatam
3f674aeaa3 Fix artifact upload 2024-09-07 18:11:31 +01:00
Will Tatam
d08b4a51fa Fix artifact upload 2024-09-07 18:07:48 +01:00
Will Tatam
1e04f4bdb7 Update actions/setup-python action 2024-09-07 17:59:53 +01:00
Will Tatam
dabda3a02c Update actions/cache action 2024-09-07 17:56:00 +01:00
Will Tatam
ebbd06800e Update actions/setup-python action 2024-09-07 17:55:12 +01:00
Will Tatam
fff7a47ab5 Update actions/checkout action 2024-09-07 17:53:49 +01:00
Will Tatam
908481a55a Tweak github caching 2024-09-07 17:47:13 +01:00
Will Tatam
cb9fb8ddd4 Update actions/upload-artifact 2024-09-07 17:29:09 +01:00
Frank
e28fa67bf0 version bump -b32.40 2024-06-23 00:38:27 +02:00
Frank
a3da6d604e version bump -b31.38 2024-04-23 17:37:21 +02:00
Frank
164c9a12cc minor version upgrade to -b30.37 2024-04-09 21:39:51 +02:00
Frank
9164998190 release -b30.36 preparation
0.14.1 as we have all relevant bugfixes for upstream.
2024-01-29 16:07:54 +01:00
Frank
8a4792b4c4 version bump 0.14.0-b29.35
release prep
2024-01-03 17:10:08 +01:00
Frank
5e5233ce0c version bump -b28.35 2023-12-29 17:04:42 +01:00
Frank
7624b76186 version bump 0.14.0-b28.34 2023-12-16 22:58:14 +01:00
Will Tatam
77e5793237 Shorten job name - easier to see the actual Environment name 2023-10-24 22:07:59 +01:00
Frank
2a7767dda8 Merge branch 'buildcache' into mdev 2023-10-07 20:42:27 +02:00
Frank
aa09241363 version 0.14.0-b27.31 2023-08-26 23:41:50 +02:00
Will Tatam
7a7a8f8bed Change cache key to use environment 2023-08-14 21:35:33 +01:00
Will Tatam
88db4c4f35 Change cache key to use environment 2023-08-14 21:27:26 +01:00