@kroo-web/design-system 1.27.1 → 1.27.2
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 +6 -0
- package/package.json +1 -1
package/README.MD
CHANGED
|
@@ -22,6 +22,12 @@ or
|
|
|
22
22
|
pnpm add @kroo-web/design-system -S
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
+
## 🚀 Releasing
|
|
26
|
+
|
|
27
|
+
This project uses an automated Release Please pipeline. To ensure your features are published correctly, all merged PRs must follow Conventional Commits format.
|
|
28
|
+
|
|
29
|
+
Please read the full [Release Process & Troubleshooting Guide](RELEASE.md) before merging into `main`.
|
|
30
|
+
|
|
25
31
|
### Tokens
|
|
26
32
|
|
|
27
33
|
Next, add the following the highest up in your application, usually in the `App.js` or `index.js` file.
|