Skip to content

ci: keep patch release changelog in sync - #2724

Merged
webbrain-one merged 4 commits into
webbrain-one:mainfrom
fly1d:codex/fix-patch-release-changelog
Aug 10, 2026
Merged

ci: keep patch release changelog in sync#2724
webbrain-one merged 4 commits into
webbrain-one:mainfrom
fly1d:codex/fix-patch-release-changelog

Conversation

@fly1d

@fly1d fly1d commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Summary

  • generate patch changelog notes from commits since the previous release tag
  • update CHANGELOG.md before committing release metadata
  • install dependencies, build archives, and run the complete test suite before pushing release commits
  • backfill missing 27.1.1-27.1.5 changelog entries

Bug

The patch release workflow bumped package.json to 27.1.5 while CHANGELOG.md remained at 27.1.0, causing the repository changelog regression test to fail.

Tests

  • npm test (1,566 passed, 0 failed)
  • YAML parsing
  • Node syntax checks

@vercel

vercel Bot commented Aug 10, 2026

Copy link
Copy Markdown

@fly1d is attempting to deploy a commit to the esokullu's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Keeps patch-release changelog entries synchronized with package releases and validates artifacts before publishing.

Changes:

  • Generates changelog notes from commits since the previous release.
  • Builds and tests release archives before pushing.
  • Backfills changelog entries for versions 27.1.1–27.1.5.

Reviewed changes

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

File Description
.github/workflows/main.yml Expands and safeguards the patch-release workflow.
CHANGELOG.md Adds missing patch-release history.
test/run.js Verifies release workflow ordering and changelog integration.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@webbrain-one
webbrain-one merged commit 86cd59d into webbrain-one:main Aug 10, 2026
1 check failed
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.

3 participants