You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,9 @@ yarn lint
83
83
84
84
## Deployment
85
85
86
-
Deployment is performed by lerna automatically on merge / push to master. You'll need to bump the package version numbers yourself. Only updated packages with newer versions will be pushed to the npm registry.
86
+
1. MANUALLY bump the package version along with your changes
87
+
2. On merge to master lerna will pick up on the changes and output what will be published in the GitHub actions job `prepare-publish`
88
+
3. MANUALLY approve deployment for the GitHub actions job `publish`
0 commit comments