Commit e726e18
committed
Prepare v0.8.0 release metadata
Bump crate, npm, and VS Code extension versions to 0.8.0 so the
tag-driven release workflow can publish a coherent release.
Constraint: Release automation now validates tag-to-version alignment before publishing
Rejected: Keep manual publish steps in the local script | duplicates the release workflow and increases drift risk
Confidence: high
Scope-risk: narrow
Reversibility: clean
Directive: Use this script to prepare release metadata, then let the tag-triggered GitHub workflow publish artifacts
Tested: cargo fmt --check; cargo clippy -- -D warnings; cargo test; npm ci && npm run build (www); npm ci && npm run compile (vscode-extension); npm pack --dry-run (packages/npm)
Not-tested: Live publish against GitHub Releases, npm, crates.io, and VS Code Marketplace1 parent 7014ec5 commit e726e18
6 files changed
Lines changed: 8 additions & 8 deletions
File tree
- packages/npm
- vscode-extension
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments