@jield/solodb-react-components 1.2.3 → 1.2.5

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
@@ -102,4 +102,4 @@ Run the guided release script from the repository root:
102
102
  yarn release
103
103
  ```
104
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.
105
+ The script starts from `develop`, upgrades dependencies, shows the resulting changes, prompts for the next package version, optionally runs tests and a build, commits the release on `develop`, merges it into `main`, pushes `main`, creates an annotated `vX.Y.Z` tag on `main`, pushes the tag to GitHub, and switches back to `develop`.