Skip to content

Conversation

@BYK
Copy link
Member

@BYK BYK commented Dec 29, 2025

Summary

Changelog preview comments on PRs were pinging all contributors mentioned in the changelog. This changes the author format from @author to **author** (bold) specifically for PR preview comments, while keeping @author mentions in regular changelog generation for releases.

Changes

  • Added disableMentions parameter to formatChangelogEntry and serializeChangelog functions
  • generateChangelogWithHighlight (used for PR previews) now passes disableMentions=true
  • Regular changelog generation via generateChangesetFromGitImpl is unchanged

Result

  • PR preview comments: Use **author** (no ping, names still visible in bold)
  • Regular changelogs: Keep @author (proper GitHub mention)

@BYK BYK requested a review from Lms24 December 29, 2025 16:00
@github-actions
Copy link
Contributor

github-actions bot commented Dec 29, 2025

Semver Impact of This PR

🟢 Patch (bug fixes)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


Bug Fixes 🐛

  • (changelog) Disable author mentions in PR preview comments by BYK in #684

🤖 This preview updates automatically when you update the PR.

Copy link
Member

@Lms24 Lms24 left a comment

Choose a reason for hiding this comment

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

thanks for fixing!

Use bold formatting (**author**) instead of @ mentions in changelog
preview comments to avoid pinging contributors when the preview is
posted to PRs. Regular changelog generation still uses @ mentions.
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