Skip to content

Add a resumable release workflow - #114

Open
itsjling wants to merge 3 commits into
mainfrom
codex/release-workflow
Open

Add a resumable release workflow#114
itsjling wants to merge 3 commits into
mainfrom
codex/release-workflow

Conversation

@itsjling

Copy link
Copy Markdown
Owner

Adds a manual Release workflow for exact SemVer releases through npm trusted publishing.

The workflow:

  • verifies a tagged artifact with the existing release gate
  • atomically pushes the version commit and tag before npm publication
  • resumes safely after partial failures and verifies completed reruns by npm integrity
  • protects release automation behind CODEOWNERS and the automation-review label

Local fallback releases remain unchanged.

Verification:

  • pnpm run lint
  • pnpm test
  • pnpm run docs:check

Setup required before the first run:

  • Create the npm-publish environment and permit the workflow to update release refs.
  • Configure npm trusted publishing for itsjling/diffsplain, release.yml, and npm-publish.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 31, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-08-31T10:39:34.373558Z 2930739 PR opened
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 29307392c7

ℹ️ 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".

Comment thread .github/workflows/release.yml Outdated
Comment thread scripts/release-workflow.mjs Outdated
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