Skip to content

fix: suppress dependency update lines in changelog output#25

Merged
Gawdfrey merged 1 commit intomainfrom
fix/suppress-dependency-update-lines
Mar 19, 2026
Merged

fix: suppress dependency update lines in changelog output#25
Gawdfrey merged 1 commit intomainfrom
fix/suppress-dependency-update-lines

Conversation

@Gawdfrey
Copy link
Copy Markdown
Member

Summary

Replaces getDependencyReleaseLine with a no-op that returns an empty string.

Internal dependency bumps (e.g. @repo/schemas@1.5.0) are implementation details that add noise to module changelogs without providing useful context. When using updateInternalDependents: "always" in a monorepo, every dependency bump produces "Updated dependencies" lines in all dependent packages — this clutters changelogs with entries that aren't actionable for consumers.

Before:

## 0.3.1

### Patch Changes

Updated dependencies:
  - @repo/schemas@1.5.0

After:

## 0.3.1

If a module has its own changesets alongside the auto-bump, those entries still appear normally.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Mar 19, 2026

🦋 Changeset detected

Latest commit: 9dd2d17

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

This PR includes changesets to release 1 package
Name Type
@stacc/changeset-formatter Patch

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

@Gawdfrey Gawdfrey merged commit 297293c into main Mar 19, 2026
@github-actions github-actions Bot mentioned this pull request Mar 19, 2026
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