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
|`--all-missing`| bool | Queue generation for every active version that has stored release notes but no `whats_new` summary yet. |
290
290
|`--version`| string | Slug of a single version to (re)generate. Format: `boost-1-90-0`. |
291
-
|`--force`| bool | Regenerate even when a summary already exists (clears `whats_new`first; the chained save task replaces it). |
291
+
|`--force`| bool | Regenerate even when a summary already exists. The chained save task overwrites `whats_new`and resets `whats_new_approved` to `False`, so regenerated content goes back through admin moderation. |
292
292
|`--dry-run`| bool | List the versions that would be queued without queuing them. |
293
293
|`--validate`| bool | Run the prompt synchronously against the latest `--limit` versions (that have release notes) and print the LLM output. No DB writes. Use to review prompt changes before sign-off. |
294
294
|`--limit`| int | Number of versions to process when `--validate` is set. Default: 10. |
0 commit comments