Skip to content

Commit

Permalink
Drop experimenal from generate-manual (#475)
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
rauhul committed Aug 26, 2022
1 parent f1c6afd commit 0672ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package@swift-5.6.swift
Expand Up @@ -43,7 +43,7 @@ var package = Package(
name: "GenerateManualPlugin",
capability: .command(
intent: .custom(
verb: "experimental-generate-manual",
verb: "generate-manual",
description: "Generate a manual entry for a specified target.")),
dependencies: ["generate-manual"]),

Expand Down

0 comments on commit 0672ff8

Please sign in to comment.