Skip to content

Conversation

@Ansonhkg
Copy link
Collaborator

@Ansonhkg Ansonhkg commented Oct 9, 2025

WHAT

  • point Changesets CLI base branch at naga
  • configure the release workflow to create changeset-release/naga

WHY

  • the GitHub Action was resetting to changeset-release/master, which lacks the .changeset directory on this network branch and causes the release job to fail

Copilot AI review requested due to automatic review settings October 9, 2025 15:24
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

Updates configuration to align Changesets CLI and GitHub Actions with the 'naga' branch instead of 'main'/'master' to fix release workflow failures.

Key Changes

  • Configure Changesets CLI to use 'naga' as the base branch
  • Set GitHub Actions release workflow to create release branch from 'naga'

Reviewed Changes

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

File Description
.github/workflows/release.yml Adds branch parameter to specify 'naga' for changeset action
.changeset/config.json Updates baseBranch from 'main' to 'naga'

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@Ansonhkg Ansonhkg merged commit bce36d9 into naga Oct 9, 2025
1 check 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.

2 participants