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
docs(release): correct publish:testing guidance in runbook
publish:testing is NOT a dry run — lerna publish runs npm publish (testing
dist-tag); --no-push only suppresses git. It also only runs from 'stable' due
to the allowBranch guard. Replace the §4 'dry run' step with a safe,
non-publishing 'lerna version --no-push --no-git-tag-version --allow-branch'
smoke test, and document the bump-from-commits behavior.
Ref: FW-7569
0 commit comments