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
|`--first-release` is not wired through the version flow yet. | First-release ergonomics are still stricter than the CLI help implies. |
69
68
|`publish` lifecycle hooks run per adapter, not once per full command. | Polyglot repos may run global `pre_publish` / `post_publish` hooks more than intended. |
70
69
|`snapshot` is experimental. | Multi-adapter semantics, generated notes, rollback expectations, and workflow polish need more hardening. |
71
70
| Generated `release.yml` still needs stronger validation. | It is useful scaffolding, but complex monorepos may need hand edits. |
Copy file name to clipboardExpand all lines: docs/commands/version.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ otf-release version [--dry-run] [--first-release]
9
9
| Flag | Effect |
10
10
| --- | --- |
11
11
|`--dry-run`| Compute and print the plan ([summary](#5-summary--confirm)), write nothing. |
12
-
|`--first-release`|Reserved for first-release ergonomics; currently exposed by the CLI but not wired through the flow. |
12
+
|`--first-release`|Permit publishable packages with no prior `name@x.y.z` tag. Curated mode still requires release notes for packages you want to release. |
0 commit comments