Skip to content

Conversation

@google-labs-jules
Copy link
Contributor

Implemented an automated release workflow using semantic-release.

Changes:

  1. Dependencies: Added semantic-release, semantic-release-vsce, and related plugins to package.json.
  2. Configuration: Created .releaserc.json to define the release pipeline:
    • Analyze commits.
    • Generate release notes.
    • Update CHANGELOG.md.
    • Bump version in package.json.
    • Publish to VS Code Marketplace (vsce publish).
    • Commit artifacts back to the repo.
    • Create GitHub Release.
  3. CI/CD: Added .github/workflows/release.yml triggered manually (workflow_dispatch). It supports a "Dry Run" option.

User Action Required:

  • Add VSCE_PAT to Repository Secrets.
  • Use Conventional Commits (e.g., feat: ..., fix: ...) to trigger version bumps.

PR created automatically by Jules for task 166894888351338553 started by @gasatrya

- Install semantic-release and vsce plugins
- Add .releaserc.json configuration
- Create manual GitHub Action workflow for release
- Handle dry-run input in workflow
@google-labs-jules
Copy link
Contributor Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@gasatrya gasatrya marked this pull request as ready for review January 14, 2026 17:44
@gasatrya
Copy link
Owner

@jules there is conflict, use latest package-lock.json from this PR

@google-labs-jules
Copy link
Contributor Author

@jules there is conflict, use latest package-lock.json from this PR

Acknowledged. I have regenerated package-lock.json to ensure it matches the current dependencies and resolves any potential conflicts.

google-labs-jules bot and others added 2 commits January 14, 2026 18:03
- Regenerate package-lock.json to match package.json dependencies
- Ensure semantic-release setup is consistent
@gasatrya gasatrya merged commit 99d9d20 into main Jan 14, 2026
0 of 3 checks passed
@gasatrya gasatrya deleted the chore/automate-release-workflow-166894888351338553 branch January 14, 2026 18:21
@github-actions
Copy link

🎉 This PR is included in version 1.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants