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
@Flag(name:.customLong("sections"), help:"Whether the changelog should be split into sections. Defaults to false.")
73
73
privatevarisSectioned:Bool=false
74
74
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.")
76
+
privatevaruseGitHubReleaseNotes:Bool=false
77
+
75
78
@Flag(name:.customLong("json"), help:"Whether the release output should be in JSON, containing more details. Defaults to false.")
0 commit comments