@jield/solodb-react-components 1.2.2 → 1.2.3

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
@@ -93,3 +93,13 @@ yarn build
93
93
  yarn run example:install
94
94
  yarn dev
95
95
  ```
96
+
97
+ ## Release
98
+
99
+ Run the guided release script from the repository root:
100
+
101
+ ```bash
102
+ yarn release
103
+ ```
104
+
105
+ The script upgrades dependencies, shows the resulting changes, prompts for the next package version, optionally runs tests and a build, then commits, creates an annotated `vX.Y.Z` tag, and pushes the branch and tag to GitHub.