Commit 7b1c29f
authored
[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.
#71 parent 24d66e0 commit 7b1c29f
File tree
2 files changed
+14
-4
lines changed- Sources/OpenAPIRuntime/Documentation.docc
2 files changed
+14
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
| |||
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
| |||
0 commit comments