Skip to content

Commit 0672ff8

Browse files
authored
Drop experimenal from generate-manual (#475)
- Removes the experimental prefix from the generate-manual plugin. The manual generation still is not mature, but we would like to avoid breaking adopters scripts by delaying changing the plugin's name in the future.
1 parent f1c6afd commit 0672ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var package = Package(
4343
name: "GenerateManualPlugin",
4444
capability: .command(
4545
intent: .custom(
46-
verb: "experimental-generate-manual",
46+
verb: "generate-manual",
4747
description: "Generate a manual entry for a specified target.")),
4848
dependencies: ["generate-manual"]),
4949

0 commit comments

Comments
 (0)