Skip to content

Conversation

@notargs
Copy link
Owner

@notargs notargs commented Jul 13, 2025

No description provided.

Copilot AI review requested due to automatic review settings July 13, 2025 06:30
@notargs notargs merged commit 946d7df into main Jul 13, 2025
Copy link
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

This PR enhances the automated version bump process and adds a dedicated release workflow.

  • Updates the version-bump action to only stage package.json
  • Introduces a release.yml workflow to tag and publish releases on merged version-bump PRs

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/version-bump.yml Removed package-lock.json from staged files
.github/workflows/release.yml Added new release workflow to tag and create releases
Comments suppressed due to low confidence (1)

.github/workflows/version-bump.yml:40

  • The removal of package-lock.json from the git add step means lockfile changes won’t be committed after the version bump, which can lead to mismatched dependencies. Add UnityNaturalMCPServer/package-lock.json back into the staging command to keep package.json and its lockfile in sync.
          git add UnityNaturalMCPServer/package.json

@notargs notargs deleted the bump_version_workflow branch July 13, 2025 06:32
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