Skip to content

fix(ci): version and publish changeset releases#559

Merged
cameri merged 3 commits intomainfrom
fix/changeset-release
Apr 22, 2026
Merged

fix(ci): version and publish changeset releases#559
cameri merged 3 commits intomainfrom
fix/changeset-release

Conversation

@cameri
Copy link
Copy Markdown
Owner

@cameri cameri commented Apr 22, 2026

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Non-functional change (docs, style, minor refactor)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my code changes.
  • I added a changeset, or this is docs-only and I added an empty changeset.
  • All new and existing tests passed.

Copilot AI review requested due to automatic review settings April 22, 2026 00:45
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 22, 2026

🦋 Changeset detected

Latest commit: a0b94e9

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Copy Markdown

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 Changesets-based release automation to run changeset publish (instead of changeset tag) and adjusts the CI/release workflows accordingly.

Changes:

  • Replace the changeset:tag script with changeset:publish.
  • Update the Changesets GitHub Action to run the new publish script and tweak the generated PR title/commit message.
  • Remove manual triggering (workflow_dispatch) from the release-image workflow.

Reviewed changes

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

File Description
package.json Renames Changesets script from tagging to publishing.
.github/workflows/release.yml Removes manual dispatch trigger; keeps release-published trigger.
.github/workflows/changesets.yml Switches Changesets action publish command and customizes PR title/commit message.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/changesets.yml
Comment thread .github/workflows/changesets.yml Outdated
@coveralls
Copy link
Copy Markdown
Collaborator

coveralls commented Apr 22, 2026

Coverage Status

coverage: 74.929%. remained the same — fix/changeset-release into main

@cameri cameri merged commit 7a1fc18 into main Apr 22, 2026
13 checks passed
@cameri cameri deleted the fix/changeset-release branch April 22, 2026 00:56
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.

4 participants