feat(publish): Add a workflow to handle publishing#19
Conversation
Signed-off-by: Jared Scott <jared.scott@variable.team>
There was a problem hiding this comment.
Pull request overview
This pull request adds automated publishing functionality for the Chrome extension via GitHub Actions. The workflow is triggered when tags matching the pattern v*.*.* are pushed, and it builds and publishes the extension to the Chrome Web Store using OAuth credentials stored as GitHub secrets.
Changes:
- Added a GitHub Actions workflow to automatically publish the extension when version tags are pushed
- Updated the extension version from 2.3.0 to 2.4.0 in manifest.json
- Added .env files to .gitignore to prevent committing sensitive credentials
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
.github/workflows/publish-extension.yml |
New workflow that builds and publishes the Chrome extension on tag pushes |
public/manifest.json |
Bumped extension version to 2.4.0 |
.gitignore |
Added environment file patterns to prevent committing secrets |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…w version is 2.4.0 Signed-off-by: Jared Scott <jared.scott@variable.team>
Signed-off-by: Jared Scott <jared.scott@variable.team>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 7 out of 9 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Jared Scott <jared.scott@variable.team>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 7 out of 9 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.