Skip to content

chore: Add publishConfig to package.json#104

Merged
codemountains merged 1 commit into
mainfrom
chore/add-publish-config
Jun 30, 2026
Merged

chore: Add publishConfig to package.json#104
codemountains merged 1 commit into
mainfrom
chore/add-publish-config

Conversation

@codemountains

@codemountains codemountains commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

publishConfig で、公開先レジストリを一元管理できる方が良さそうなので修正しました。

Summary by CodeRabbit

  • Chores
    • npm 公開時の登録先設定を見直し、既定の設定に従う形に整理しました。
    • 公開時の設定をプロジェクト側で明示するようになり、リリース手順が安定しました。

@coderabbitai

coderabbitai Bot commented Jun 26, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 51e3efb8-65ab-4871-9de9-e1149072f8dc

📥 Commits

Reviewing files that changed from the base of the PR and between 1a0317f and 3f26bee.

📒 Files selected for processing (2)
  • .github/workflows/release.yml
  • package.json

Walkthrough

npm 公開時の registry 指定を release.yml から削除し、package.jsonpublishConfig.registryhttps://registry.npmjs.org を追加しています。

Changes

npm publish の registry 設定

Layer / File(s) Summary
registry 設定の移動
package.json, .github/workflows/release.yml
publishConfig.registry を追加し、release workflow の npm publish から --registry 指定を削除しています。

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed package.json に publishConfig を追加する変更内容を簡潔かつ具体的に表しており、PR の主旨と一致しています。
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/add-publish-config

Comment @coderabbitai help to get the list of available commands.

@codemountains codemountains requested review from a team and nemuvski June 26, 2026 07:56

@nemuvski nemuvski left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

👍

@wato787 wato787 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

ありがとうございます🙏

@codemountains codemountains merged commit 0f45302 into main Jun 30, 2026
7 checks passed
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.

3 participants