Skip to content

backmerge#142

Merged
KinjiKawaguchi merged 8 commits intodevelopfrom
main
Apr 2, 2026
Merged

backmerge#142
KinjiKawaguchi merged 8 commits intodevelopfrom
main

Conversation

@KinjiKawaguchi
Copy link
Copy Markdown
Member

@KinjiKawaguchi KinjiKawaguchi commented Apr 2, 2026

KinjiKawaguchi and others added 8 commits March 24, 2026 12:28
## 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 -->
Copilot AI review requested due to automatic review settings April 2, 2026 09:55
Copy link
Copy Markdown

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@KinjiKawaguchi KinjiKawaguchi merged commit 264c36a into develop Apr 2, 2026
16 checks passed
@KinjiKawaguchi KinjiKawaguchi deleted the main branch April 2, 2026 09:56
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the npm package version for @shizuoka-its/core to match the intended release candidate tag.

Changes:

  • Bump package.json version from 3.0.0-rc.0 to 3.0.0-rc.3
  • Sync package-lock.json root/package entry versions to 3.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.

@KinjiKawaguchi KinjiKawaguchi restored the main branch April 4, 2026 03:29
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.

2 participants