Skip to content

ci: add tag release workflow#21

Merged
jevin98 merged 1 commit into
mainfrom
codex/release-workflow
May 15, 2026
Merged

ci: add tag release workflow#21
jevin98 merged 1 commit into
mainfrom
codex/release-workflow

Conversation

@jevin98

@jevin98 jevin98 commented May 15, 2026

Copy link
Copy Markdown
Owner

What changed

  • Added a GitHub Actions release workflow that runs when a tag is pushed.
  • The workflow installs dependencies, prepares WXT types, lints, type-checks, runs unit tests, packages all browser extension zip assets, and creates a GitHub Release for the tag.
  • Release assets are uploaded from .output/*.zip.

Why

Tag pushes should automatically publish packaged extension builds to GitHub Releases so users can download browser-specific artifacts from the release page.

Validation

  • pnpm exec eslint . --fix
  • pnpm compile
  • pnpm test:unit
  • pnpm zip

@jevin98 jevin98 changed the title [codex] add tag release workflow ci: add tag release workflow May 15, 2026
@jevin98 jevin98 marked this pull request as ready for review May 15, 2026 09:19
@jevin98

jevin98 commented May 15, 2026

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. 🎉

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@jevin98 jevin98 merged commit b99a624 into main May 15, 2026
2 checks passed
@jevin98 jevin98 deleted the codex/release-workflow branch May 15, 2026 09:46
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