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] Recommend .upToNextMinor before we tag 1.0 (#7)
[Docs] Recommend .upToNextMinor before we tag 1.0
### Motivation
In our detailed docs, we do recommend adopters use `.upToNextMinor(from: "...")` before we tag 1.0, but our README and getting started docs still used `from` (aka `.upToNextMajor`).
### Modifications
Updated the docs to use `.upToNextMinor`
### Result
Now adopters should use that recommendation and only upgrade between minor versions manually.
### Test Plan
Previewed locally, looks good.
Reviewed by: simonjbeaumont, simonjbeaumont
Builds:
✔︎ pull request validation (5.8) - Build finished.
✔︎ pull request validation (5.9) - Build finished.
✔︎ pull request validation (nightly) - Build finished.
✔︎ pull request validation (soundness) - Build finished.
#7
0 commit comments