File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ title: "Release and Publishing Guide"
33document_id : " release-guide-2025-09-28"
44status : " living"
55created : " 2025-09-28T00:00:00Z"
6- last_updated : " 2025-09-28T00:00:00Z "
7- version : " 0.1.0 "
6+ last_updated : " 2026-02-05T23:05:40Z "
7+ version : " 0.1.1 "
88engine_workspace_version : " 2023.1.30"
99wgpu_version : " 26.0.1"
1010shader_backend_default : " naga"
1111winit_version : " 0.29.10"
12- repo_commit : " fda8ee236986 "
12+ repo_commit : " 544444652b4dc3639f8b3e297e56c302183a7a0b "
1313owners : ["lambda-sh"]
1414reviewers : ["engine", "rendering"]
1515tags : ["guide", "releases", "publishing", "ci"]
@@ -139,11 +139,12 @@ Jobs run in this order when manually triggered:
139139## Manual Verification (optional)
140140
141141- Before cutting a release, you can verify examples locally:
142- - ` cargo run --example minimal `
142+ - ` cargo run -p lambda-demos-minimal --bin minimal `
143143- For native engine builds:
144144 - ` scripts/compile_lambda.sh --build Debug `
145145 - ` scripts/compile_and_test.sh --os MacOS `
146146
147147## Changelog
148148
149+ - 0.1.1 – Update demo run commands for ` demos/ ` .
149150- 0.1.0 – Initial authoring of the guide and workflow documentation.
You can’t perform that action at this time.
0 commit comments