@kittycad/react-shared 0.1.9 → 0.1.10

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
@@ -79,6 +79,7 @@ git commit -m "bump version"
79
79
  # !! Create PR and merge it
80
80
 
81
81
  git checkout main
82
+ git pull
82
83
  git tag -a vX.Y.Z
83
84
  git push origin vX.Y.Z
84
85
  ```