You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: add CHANGELOG.md and GitHub release workflow
- Add CHANGELOG.md following Keep a Changelog format, documenting v0.1.0 initial release
- Add .github/workflows/release.yml for manual release process:
- Reads version from package.json
- Runs full CI checks (test + lint + format)
- Packages VS Code extension as .vsix via vsce
- Creates GitHub Release with .vsix artifact attached
0 commit comments