chore(changelog): enable thanks credit in changelog - #1418
Merged
Conversation
|
commit: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue
N/A — changelog tooling maintenance.
Problem
The CLI changelog generated by changesets suppresses the
Thanks ...!credit viadisableThanks: true, so merged contributors are not acknowledged. The changelog skills also do not yet describe how to handle that credit segment when syncing entries into the docs site.What changed
disableThanksfrom.changeset/config.json, so future generated changelogs includeThanks [@user](...)!.sync-changelogandpre-changelogskills to strip theThanks [@user](...)!segment (including the multi-author form) alongside PR links and commit hashes, keeping only the entry body text in the docs-site changelog.Checklist
gen-changesetsskill, or this PR needs no changeset. (No changeset — changesets tooling config and internal skill docs do not enter the CLI bundle)gen-docsskill, or this PR needs no doc update. (Internal skill instructions, not docs-site content)