Hotfix cpi 2344 prettier tailwind#12
Merged
Merged
Conversation
luanlmd
approved these changes
Sep 10, 2025
caferrari
approved these changes
Sep 10, 2025
luanlmd
approved these changes
Sep 10, 2025
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.
This pull request introduces several improvements and refactors to the project's release and formatting infrastructure. The main changes include a significant overhaul of the GitHub Actions workflow for publishing, migration of release logic from JavaScript to shell scripts, enhancements to the Prettier configuration for plugin resolution, and improvements to default ignore patterns.
CI/CD Workflow Improvements:
.github/workflows/publish.ymlworkflow has been restructured for better modularity and support for release candidates, hotfixes, and notifications. A new build job, improved artifact handling, tagging, and Discord notifications for both success and failure have been added.npm-publish, has been added to encapsulate the NPM publishing logic, improving reusability and maintainability. (.github/actions/npm-publish/action.yaml)Release Logic Refactor:
scripts/should-release.js, now deleted) to a shell script (scripts/should-release.sh), simplifying dependencies and improving portability. [1] [2]scripts/rc.sh, has been introduced to automate updating the package version to the next release candidate.Prettier Configuration Enhancements:
prettier-plugin-tailwindcssplugin if available, falling back gracefully if not. The config has been moved toprettierrc.js, and.prettierrc.jsnow simply requires it for consistency. [1] [2]R1)Ignore Patterns Update:
ignores.jsto prevent accidental inclusion in operations that scan the file tree.Version Bump:
2.5.5to2.5.6inpackage.json.