You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pull request updates the .changeset/config.json configuration to adjust how packages are managed during release workflows. The most important change is that it now ignores several internal or tooling-related packages, and it removes the previous "fixed" group of packages.
Configuration changes:
Removed the "fixed" group for @wso2/oxygen-ui, @wso2/oxygen-ui-icons-react, and @wso2/oxygen-ui-charts-react, so these packages are no longer versioned together.
Added multiple packages to the "ignore" list (@wso2/oxygen-ui-docs, @wso2/oxygen-ui-test-app, @wso2/vite-plugin-oxygen-ui, @wso2/esbuild-plugin-inline-css-fonts, @wso2/eslint-plugin-oxygen-ui), preventing them from being included in release versioning and changelogs.
Summary by CodeRabbit
Chores
Updated build and release configuration settings.
✏️ Tip: You can customize this high-level summary in your review settings.
The .changeset/config.json file is updated to clear the "fixed" array and populate the "ignore" array with five packages: documentation, testing, plugin, and utility packages. This reorganizes which packages are managed by the changesets configuration system.
🐰 Five packages now rest in the ignore embrace,
Fixed list cleared—a cleaner changeset space,
Docs, tests, and plugins step to the side,
While core packages take the config ride! ✨
Check skipped - CodeRabbit’s high-level summary is enabled.
Title check
✅ Passed
The title 'Update changeset config' accurately describes the main change—modifying the .changeset/config.json file to adjust package release management settings.
Docstring Coverage
✅ Passed
No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✏️ Tip: You can configure your own custom pre-merge checks in the settings.
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
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
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.
This pull request updates the
.changeset/config.jsonconfiguration to adjust how packages are managed during release workflows. The most important change is that it now ignores several internal or tooling-related packages, and it removes the previous "fixed" group of packages.Configuration changes:
@wso2/oxygen-ui,@wso2/oxygen-ui-icons-react, and@wso2/oxygen-ui-charts-react, so these packages are no longer versioned together.@wso2/oxygen-ui-docs,@wso2/oxygen-ui-test-app,@wso2/vite-plugin-oxygen-ui,@wso2/esbuild-plugin-inline-css-fonts,@wso2/eslint-plugin-oxygen-ui), preventing them from being included in release versioning and changelogs.Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.