nextui
nextui copied to clipboard
feat: add git hook to auto update dependencies
Closes #
📝 Description
Auto update dependencies when trigger git hooks merge, rebase
Merge hook
https://github.com/nextui-org/nextui/assets/96854855/30d49a41-f111-44be-b32f-33db8f394202
Pull(merge), rebase hooks
https://github.com/nextui-org/nextui/assets/96854855/cd5c2fc3-a320-4926-8690-e52fe4114192
Add a brief description
⛳️ Current behavior (updates)
Please describe the current behavior that you are modifying
🚀 New behavior
Please describe the behavior or changes this PR adds
💣 Is this a breaking change (Yes/No):
📝 Additional Information
Summary by CodeRabbit
-
Chores
- Added Husky hooks for post-merge and post-rebase actions to ensure dependencies are updated automatically.