Skip to content

Commit d248e50

Browse files
committed
[fix] command.
1 parent f549dff commit d248e50

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/publishing.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: "Release and Publishing Guide"
33
document_id: "release-guide-2025-09-28"
44
status: "living"
55
created: "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"
88
engine_workspace_version: "2023.1.30"
99
wgpu_version: "26.0.1"
1010
shader_backend_default: "naga"
1111
winit_version: "0.29.10"
12-
repo_commit: "fda8ee236986"
12+
repo_commit: "544444652b4dc3639f8b3e297e56c302183a7a0b"
1313
owners: ["lambda-sh"]
1414
reviewers: ["engine", "rendering"]
1515
tags: ["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.

0 commit comments

Comments
 (0)