Skip to content

Add automated release workflow#21

Merged
tzachbaksis merged 3 commits into
mainfrom
release/v1.1.0
Mar 1, 2026
Merged

Add automated release workflow#21
tzachbaksis merged 3 commits into
mainfrom
release/v1.1.0

Conversation

@tzachbaksis
Copy link
Copy Markdown
Owner

@tzachbaksis tzachbaksis commented Mar 1, 2026

Summary

  • Adds a release.yml GitHub Actions workflow that automatically creates a GitHub Release when a version tag (v*) is pushed
  • The workflow extracts the version from the git tag and patches manifest.json and package.json automatically — no manual version bumping needed

Release flow

git tag v1.1.0 && git push origin v1.1.0

That's it. The workflow will:

  1. Extract version 1.1.0 from the tag
  2. Patch package.json and manifest.json
  3. Build and test
  4. Package the extension zip
  5. Create a GitHub Release with the zip attached

No manual version bumping needed — just push a tag like v1.1.0 and
the workflow patches manifest.json and package.json, builds, tests,
and creates a GitHub Release with the extension zip attached.
@tzachbaksis tzachbaksis changed the title Release v1.1.0 Add automated release workflow Mar 1, 2026
@tzachbaksis tzachbaksis merged commit 114d0f3 into main Mar 1, 2026
1 check passed
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