Skip to content

chore: migrate changesets changelog generator#226

Open
Sheraff wants to merge 1 commit into
TanStack:mainfrom
Sheraff:chore/migrate-changesets-changelog-github
Open

chore: migrate changesets changelog generator#226
Sheraff wants to merge 1 commit into
TanStack:mainfrom
Sheraff:chore/migrate-changesets-changelog-github

Conversation

@Sheraff
Copy link
Copy Markdown
Contributor

@Sheraff Sheraff commented May 26, 2026

Summary

Migrates the Changesets changelog generator from the compact GitHub package to the official Changesets GitHub changelog package.

Changes

  • Updated .changeset/config.json to use @changesets/changelog-github.
  • Preserved the existing repo option and added disableThanks: true.
  • Replaced the root dev dependency with @changesets/changelog-github at ^0.7.0.
  • Refreshed pnpm-lock.yaml with pnpm.

Notes

Future changelog entries will use the official Changesets GitHub layout instead of the compact suffix layout.

Verification

  • git grep -n "@svitejs/changesets-changelog-github-compact" -- . ':!node_modules' returned no matches.
  • git grep -n "@changesets/changelog-github" -- .changeset/config.json package.json pnpm-lock.yaml confirmed config, root dev dependency, and lockfile entries.
  • node -e "import('@changesets/changelog-github').then(async ({default: changelog}) => { const output = await changelog.getReleaseLine({ summary: 'Fix pacer behavior (#123)\nAuthor: example' }, 'patch', { repo: 'TanStack/pacer', disableThanks: true }); console.log(output.trim()); })" produced an official GitHub-style changelog line without thanks text.
  • pnpm changeset status --since=main completed with no packages to be bumped.

Summary by CodeRabbit

  • Chores
    • Updated changelog generation configuration.
    • Added new changelog integration dependency.

Review Change Stack

@Sheraff Sheraff requested a review from a team as a code owner May 26, 2026 17:23
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 26, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 16eaee2e-d990-4739-b58c-bf539eced0a6

📥 Commits

Reviewing files that changed from the base of the PR and between 9467302 and 5a17623.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (2)
  • .changeset/config.json
  • package.json

📝 Walkthrough

Walkthrough

The PR updates the Changesets changelog generation system by switching from @svitejs/changesets-changelog-github-compact to @changesets/changelog-github. The configuration is updated to include the repo reference and disable the thanks section, and the corresponding dependency is added to devDependencies.

Changes

Changelog Preset Configuration

Layer / File(s) Summary
Switch to @changesets/changelog-github preset
package.json, .changeset/config.json
Added @changesets/changelog-github (^0.7.0) to devDependencies and updated the changelog preset in config from the compact variant to the standard @changesets/changelog-github with disableThanks: true.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Suggested reviewers

  • KevinVandy

Poem

A changelog lives, no longer compact,
With thanks disabled and repo tracked,
The preset swaps with gentle care,
Dependencies fresh throughout the air! 🐰✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The pull request title clearly summarizes the main change: migrating the changelog generator from a compact package to the official Changesets GitHub package, which matches the core objective of the changeset.
Description check ✅ Passed The pull request description is comprehensive and well-structured, covering changes, rationale, and verification steps, though it deviates from the template format by omitting the checklist and release impact sections.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented May 26, 2026

View your CI Pipeline Execution ↗ for commit 5a17623

Command Status Duration Result
nx run-many --targets=build --exclude=examples/** ✅ Succeeded 16s View ↗

☁️ Nx Cloud last updated this comment at 2026-05-26 17:24:47 UTC

@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​changesets/​changelog-github@​0.7.01001006893100

View full report

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 26, 2026

More templates

@tanstack/angular-pacer

npm i https://pkg.pr.new/@tanstack/angular-pacer@226

@tanstack/pacer

npm i https://pkg.pr.new/@tanstack/pacer@226

@tanstack/pacer-devtools

npm i https://pkg.pr.new/@tanstack/pacer-devtools@226

@tanstack/pacer-lite

npm i https://pkg.pr.new/@tanstack/pacer-lite@226

@tanstack/preact-pacer

npm i https://pkg.pr.new/@tanstack/preact-pacer@226

@tanstack/preact-pacer-devtools

npm i https://pkg.pr.new/@tanstack/preact-pacer-devtools@226

@tanstack/react-pacer

npm i https://pkg.pr.new/@tanstack/react-pacer@226

@tanstack/react-pacer-devtools

npm i https://pkg.pr.new/@tanstack/react-pacer-devtools@226

@tanstack/solid-pacer

npm i https://pkg.pr.new/@tanstack/solid-pacer@226

@tanstack/solid-pacer-devtools

npm i https://pkg.pr.new/@tanstack/solid-pacer-devtools@226

commit: 5a17623

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