nextui icon indicating copy to clipboard operation
nextui copied to clipboard

feat: add git hook to auto update dependencies

Open winchesHe opened this issue 7 months ago • 3 comments

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.

winchesHe avatar Jun 29 '24 15:06 winchesHe