backmerge#142
Merged
KinjiKawaguchi merged 8 commits intodevelopfrom Apr 2, 2026
Merged
Conversation
## Why メジャーバージョン v3.0.0 のリリース候補。 ## What - バージョンを 3.0.0-rc.0 に更新 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/su-its/core/pull/123" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open with Devin"> </picture> </a> <!-- devin-review-badge-end -->
## Why prerelease バージョン(`3.0.0-rc.1` 等)を `npm publish` する際、`--tag` オプションが未指定のため publish が失敗する。 https://github.com/su-its/core/actions/runs/23796409089/job/69344776248 ## What package.json のバージョンにハイフンが含まれる場合、prerelease ID(`rc`, `beta` 等)を抽出して `--tag` に指定する。 - `3.0.0-rc.1` → `npm publish --access public --tag rc` - `3.0.0-beta.1` → `npm publish --access public --tag beta` - `3.0.0` → `npm publish --access public`(latest) 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/su-its/core/pull/132" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open with Devin"> </picture> </a> <!-- devin-review-badge-end -->
<!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/su-its/core/pull/141" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open with Devin"> </picture> </a> <!-- devin-review-badge-end -->
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the npm package version for @shizuoka-its/core to match the intended release candidate tag.
Changes:
- Bump
package.jsonversion from3.0.0-rc.0to3.0.0-rc.3 - Sync
package-lock.jsonroot/package entry versions to3.0.0-rc.3
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates the published package version to 3.0.0-rc.3. |
| package-lock.json | Keeps lockfile metadata consistent with the new package version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.