tigr81 shadcn-ui project template
-
Make Changes
Modify the template inshadcn-uias needed. -
Scaffold the Project Locally
Use the following command to scaffold the project locally and verify that everything is functioning correctly:tigr81 scaffold shadcn-ui --dev --default
-
Commit Your Changes Once you are satisfied with your modifications, commit your changes.
-
Re-Scaffold the Project Run the scaffold command again to ensure no changes are detected:
tigr81 scaffold shadcn-ui --dev --default
-
Versioning Your Changes Write a commit message following the format: release(
<type>), where<type>is one ofmajor,minor, orpatch, to reflect the significance of the changes made. -
Create a Pull Request Open a Pull Request (PR) from your branch to the main branch.
-
Monitor the Release Process After the PR is merged, close the PR and monitor the
Release on PR Mergeworkflow to ensure the release is processed correctly.