|
3 | 3 |  |
4 | 4 |  |
5 | 5 |  |
6 | | - |
| 6 | + |
7 | 7 |
|
8 | 8 | Base is a workspace control plane for developers who keep multiple repositories |
9 | 9 | checked out side by side. |
@@ -704,11 +704,11 @@ that file, but users own how it is edited, backed up, or synced. See |
704 | 704 | Inspect release readiness for a Base-managed repository with: |
705 | 705 |
|
706 | 706 | ```bash |
707 | | -basectl release check --version 1.0.1 |
708 | | -basectl release plan --version 1.0.1 |
709 | | -basectl release notes --version 1.0.1 |
710 | | -basectl release publish --version 1.0.1 --dry-run |
711 | | -basectl release publish --version 1.0.1 --yes |
| 707 | +basectl release check --version 1.0.2 |
| 708 | +basectl release plan --version 1.0.2 |
| 709 | +basectl release notes --version 1.0.2 |
| 710 | +basectl release publish --version 1.0.2 --dry-run |
| 711 | +basectl release publish --version 1.0.2 --yes |
712 | 712 | ``` |
713 | 713 |
|
714 | 714 | `basectl release check|plan|notes` are read-only. They validate the manifest |
@@ -1325,7 +1325,7 @@ Base follows a few simple principles. |
1325 | 1325 |
|
1326 | 1326 | ## Current Status |
1327 | 1327 |
|
1328 | | -Base `1.0.1` is the current release. The implemented command surface covers |
| 1328 | +Base `1.0.2` is the current release. The implemented command surface covers |
1329 | 1329 | setup, checks, diagnostics, project discovery, project activation, project test |
1330 | 1330 | execution, mise integration, cleanup, updates, onboarding, repository baseline |
1331 | 1331 | creation, CI-safe setup/check/doctor entry points, release readiness inspection, |
|
0 commit comments