Skip to content

Automate CI/CD#34

Merged
alDuncanson merged 1 commit into
masterfrom
ci-cd
Dec 22, 2025
Merged

Automate CI/CD#34
alDuncanson merged 1 commit into
masterfrom
ci-cd

Conversation

@alDuncanson

Copy link
Copy Markdown
Owner

This pull request introduces automated CI and publishing workflows for the project, updates the package.json to reflect a new major version, expands language support, and raises the minimum required VS Code version. The most important changes are grouped below:

CI/CD Automation:

  • Added .github/workflows/ci.yml to run validation and packaging checks on pushes and pull requests to master, ensuring the snippets.json file is valid and the extension can be packaged.
  • Added .github/workflows/publish.yml to automate publishing the extension to the VS Marketplace when a new tag matching v* is pushed.

Project Configuration and Metadata:

  • Updated package.json version to 3.0.0 to indicate a new major release.
  • Added typescript to the keywords array in package.json to improve discoverability for TypeScript users.
  • Increased the minimum required VS Code version in package.json from ^1.33.0 to ^1.85.0, and added npm scripts for linting, packaging, and publishing.

@alDuncanson alDuncanson merged commit d506b23 into master Dec 22, 2025
1 check passed
@alDuncanson alDuncanson deleted the ci-cd branch December 22, 2025 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant