Skip to content

Commit 435ba2b

Browse files
AvdLeeraphkoebraam
andauthored
Update Sources/GitBuddyCore/Commands/ReleaseCommand.swift
Co-authored-by: Raphael Silva <[email protected]>
1 parent a7f14c8 commit 435ba2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GitBuddyCore/Commands/ReleaseCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ struct ReleaseCommand: ParsableCommand {
7272
@Flag(name: .customLong("sections"), help: "Whether the changelog should be split into sections. Defaults to false.")
7373
private var isSectioned: Bool = false
7474

75-
@Flag(name: .customLong("useGitHubReleaseNotes"), help: "If `true`, release notes will be generated by GitHub. Defaults to false, which will lead to a changelog based on PR and Issue titles matching the tag changes.")
75+
@Flag(name: .customLong("useGitHubReleaseNotes"), help: "If `true`, release notes will be generated by GitHub. Defaults to false, which will lead to a changelog based on PR and issue titles matching the tag changes.")
7676
private var useGitHubReleaseNotes: Bool = false
7777

7878
@Flag(name: .customLong("json"), help: "Whether the release output should be in JSON, containing more details. Defaults to false.")

0 commit comments

Comments
 (0)