Highlights
- Consolidates release publishing into a single attested GitHub Actions workflow.
- Treats Windows smoke validation as a manual release gate instead of unreliable hosted CI.
Added
- Optional Docker Desktop / WSL integration checks.
- Optional generic devcontainer scaffolding.
- Optional generic VS Code workspace extension recommendations.
- Optional GitHub SSH key upload via GitHub CLI.
- Optional generic repository cloning.
Changed
- Release packaging now excludes repository-only files such as
.githubanddist. - Release and CI docs now reflect the real Windows validation process.
Notes
- Validate on at least one clean Windows machine and one existing WSL machine before future tags.
- Included WinGet manifests remain scaffolding and should be adapted before public WinGet submission.
What's Changed
- Update and rename windows-self-hosted-wsl-smoke.yml to windows-wsl-sm… by @NathanNeurotic in #4
- Update windows-wsl-smoke.yml by @NathanNeurotic in #5
- Update windows-wsl-smoke.yml by @NathanNeurotic in #6
- Bump actions/attest-build-provenance from 1 to 4 by @dependabot[bot] in #3
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #1
- Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #2
- Update windows-wsl-smoke.yml by @NathanNeurotic in #7
New Contributors
- @NathanNeurotic made their first contribution in #4
- @dependabot[bot] made their first contribution in #3
Full Changelog: v1.0.0...v2.0.1**