-
Notifications
You must be signed in to change notification settings - Fork 202
chore: custom changesets plugin #3694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
c1ec35f
to
b52053a
Compare
File metricsSummaryTotal size: 2.25 MB* 🎉 No changes detected in any packages * Size is the sum of all main files for packages in the library.* An ASCII character in UTF-8 is 8 bits or 1 byte. |
🚀 Deployed on https://pr-3694--spectrum-css.netlify.app |
7ef60dd
to
b79a68e
Compare
b79a68e
to
c607e65
Compare
c607e65
to
ba391d9
Compare
ba391d9
to
afd6ac9
Compare
afd6ac9
to
4f35524
Compare
Description
This PR implements a custom changesets changelog plugin for GitHub that improves the changelog generation process. The changes include:
@spectrum-tools/changesets-changelog-github
plugin to replace the standard@changesets/changelog-github
dotenv
from^16.4.7
to^16.5.0
The plugin provides better control over changelog formatting and ensures consistent output across releases.
How and where has this been tested?
Please tag yourself on the tests you've marked complete to confirm the tests have been run by someone other than the author.
Validation steps
Plugin functionality testing:
yarn test:plugins
to verify the custom changelog plugin works correctlyChangeset integration testing:
.changeset/config.json
correctly references the new custom pluginCI/CD pipeline testing:
Regression testing
Validate:
To-do list
Additional testing completed: