@datawire-ai/busyfile-design-library 1.0.7 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -47,9 +47,25 @@ pnpm test
47
47
  1. Fork the repository
48
48
  2. Create a feature branch
49
49
  3. Make your changes
50
- 4. Create changeset `pnpm changeset:add && changeset:release`
50
+ 4. Create changeset `pnpm changeset:add` & `pnpm changeset version`
51
51
  5. Submit a pull request
52
52
 
53
+ ## PRs & Changeset Process
54
+ - [ ] **Do not run `changeset` until your PR is ready for merge**
55
+ - [ ] Complete all required changes
56
+ - [ ] Apply PR review feedback
57
+ - [ ] Get the PR reviewed
58
+ - [ ] **Once reviews are done and PR is approved**
59
+ - [ ] Run the `changeset` scripts
60
+ - [ ] Get the PR reviewed and approved again
61
+ - [ ] Merge into `main`
62
+ - [ ] **If you receive comments after creating a `changeset`**
63
+ - [ ] Delete the generated `changeset` files
64
+ - [ ] Apply PR feedback
65
+ - [ ] Push the changes and get them reviewed again
66
+ - [ ] Repeat until the PR is ready for merge into `main`
67
+ - [ ] **Do not publish from your local on npm**
68
+
53
69
  ### Project Structure
54
70
 
55
71
  ```