Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: akiojin/unity-mcp-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.40.0
Choose a base ref
...
head repository: akiojin/unity-mcp-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.40.1
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Nov 18, 2025

  1. chore(release): merge v2.40.0 to main

    Automated merge of release branch for version 2.40.0
    
    🤖 Generated with GitHub Actions
    github-actions[bot] committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    212e2c7 View commit details
    Browse the repository at this point in the history
  2. chore: backmerge main to develop after release

    🤖 Generated with GitHub Actions
    github-actions[bot] committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    0405ca5 View commit details
    Browse the repository at this point in the history
  3. fix(ci): improve release workflow duplicate execution prevention

    semantic-releaseが作成する`chore(release): X.Y.Z`コミットによって
    release.ymlワークフローが再トリガーされる問題に対し、より堅牢な
    条件式で対応。
    
    **改善内容**:
    
    1. **semantic-releaseジョブ**:
       - 従来: コミットメッセージのみでチェック
       - 改善後: author名とコミットメッセージの両方をチェック
       - より確実にsemantic-releaseコミットを検出
    
    2. **merge-to-mainジョブ**:
       - 同様にauthor名とコミットメッセージの両方をチェック
       - コメントで実行条件を明記
    
    3. **保守性向上**:
       - .releaserc.cjsにメンテナンスコメント追加
       - messageフォーマット変更時はrelease.ymlも更新する旨を明記
    
    **根本原因**:
    - PATによるコミットがワークフローを再トリガー(GitHub Actionsの仕様)
    - GITHUB_TOKENなら再トリガーしないが、ブランチ保護でPATが必要
    
    **将来的な改善**:
    - GitHub App導入でより安全で柔軟な制御が可能(長期対応)
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <[email protected]>
    akiojin and claude committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    241cf79 View commit details
    Browse the repository at this point in the history
  4. chore(release): 2.40.1

    ## [2.40.1](v2.40.0...v2.40.1) (2025-11-18)
    
    ### Bug Fixes
    
    * **ci:** improve release workflow duplicate execution prevention ([241cf79](241cf79))
    github-actions[bot] committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    ea51085 View commit details
    Browse the repository at this point in the history
Loading