Skip to content

chore: switch to npm staged publishing#118

Open
chenjiahan wants to merge 1 commit into
mainfrom
codex/npm-staged-publishing
Open

chore: switch to npm staged publishing#118
chenjiahan wants to merge 1 commit into
mainfrom
codex/npm-staged-publishing

Conversation

@chenjiahan
Copy link
Copy Markdown
Member

This PR switches the release workflow to npm staged publishing with pnpm stage publish and aligns the repository package manager metadata on pnpm@11.3.0.

Related Links:

Copy link
Copy Markdown

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

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: ed32d16523

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

uses: ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1
with:
generateReleaseNotes: 'true'
run: pnpm stage publish --no-git-checks
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Preserve the GitHub release step

On v* tag pushes this job now ends after pnpm stage publish, and the previous ncipollo/release-action step plus contents: write permission were removed; I checked the release workflow/repo references and there is no other GitHub Release creation left. If staged publishing is meant to replace only the npm publish operation, tagged releases will no longer get GitHub release entries or generated notes, so keep the release step (and write permission) after the staging step.

Useful? React with 👍 / 👎.

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