Skip to content

fix(release): add major changelog evidence for dependency-driven @fluojs/email and @fluojs/i18n 2.0.0 bumps#2766

Merged
ayden94 merged 1 commit into
mainfrom
fix-changelog-major-evidence
Jul 14, 2026
Merged

fix(release): add major changelog evidence for dependency-driven @fluojs/email and @fluojs/i18n 2.0.0 bumps#2766
ayden94 merged 1 commit into
mainfrom
fix-changelog-major-evidence

Conversation

@ayden94

@ayden94 ayden94 commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Problem

The Changesets release workflow (run #29262746664) failed at the Verify changeset release lane step because @fluojs/email and @fluojs/i18n were bumped to 2.0.0 (major) by Changesets due to dependency major bumps (@fluojs/runtime, @fluojs/di, @fluojs/queue, @fluojs/http), but their CHANGELOG ## 2.0.0 sections only contained ### Patch Changes and were missing the required ### Major Changes evidence.

The verify-changeset-release-lane.mjs guard requires every major version delta to have a matching ### Major Changes section in the package CHANGELOG.

Fix

Add ### Major Changes sections to the ## 2.0.0 entries in:

  • packages/email/CHANGELOG.md — lockstep major bump driven by @fluojs/runtime@2.0.0, @fluojs/di@2.0.0, and @fluojs/queue@2.0.0; no breaking API changes in the email package itself; consumer migration notes point to the dependency changelogs.
  • packages/i18n/CHANGELOG.md — lockstep major bump driven by @fluojs/http@2.0.0; no breaking API changes in the i18n package itself; consumer migration notes point to the ResponseFormatter.format(...) return type change.

Verification

pnpm verify:changeset-release-lane -- --lane=stable --base-ref=8b7084a6ee5c72a697d80d273ebe13976ff43869
→ Changeset release lane check passed for stable: 4 pending package bump intent(s), 42 package version delta(s).

@ayden94
ayden94 merged commit 3f9eb2a into main Jul 14, 2026
10 checks passed
@ayden94
ayden94 deleted the fix-changelog-major-evidence branch July 14, 2026 01:42
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.

1 participant