Skip to content

Comments

Remove changesets job from release workflow#13654

Merged
pelikhan merged 3 commits intomainfrom
copilot/remove-changeset-job-release-md
Feb 4, 2026
Merged

Remove changesets job from release workflow#13654
pelikhan merged 3 commits intomainfrom
copilot/remove-changeset-job-release-md

Conversation

Copy link
Contributor

Copilot AI commented Feb 4, 2026

Removes the changesets job from the release workflow and recompiles the lock file.

Changes

  • Removed changesets job - Deleted the job that automated CHANGELOG.md updates via scripts/changeset.js during releases
  • Recompiled workflow - Updated release.lock.yml to reflect the removal

The release workflow now consists of 9 jobs (down from 10): activation, agent, conclusion, config, detection, pre_activation, release, safe_outputs, workflow_dispatch.

Original prompt

remove changeset job from release.md and recompile.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove changeset job from release.md and recompile Remove changesets job from release workflow Feb 4, 2026
Copilot AI requested a review from pelikhan February 4, 2026 04:52
@pelikhan pelikhan marked this pull request as ready for review February 4, 2026 06:00
Copilot AI review requested due to automatic review settings February 4, 2026 06:00
@pelikhan pelikhan merged commit 924faa4 into main Feb 4, 2026
51 checks passed
@pelikhan pelikhan deleted the copilot/remove-changeset-job-release-md branch February 4, 2026 06:00
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

Removes the changesets job from the release workflow so releases no longer auto-update CHANGELOG.md via scripts/changeset.js, and regenerates the compiled lock workflow to match.

Changes:

  • Deleted the changesets job from .github/workflows/release.md.
  • Recompiled .github/workflows/release.lock.yml (updated frontmatter hash and removed the corresponding locked job).

Reviewed changes

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

File Description
.github/workflows/release.md Removes the changesets job from the source workflow definition.
.github/workflows/release.lock.yml Updates the generated/locked workflow to reflect the removal (including frontmatter hash).

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

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