Skip to content

Commit 006da40

Browse files
committed
Update extract_release_notes_for_version_action details
While testing Automattic/pocket-casts-ios#149, I noticed the `details` for this action were incorrect.
1 parent 976d093 commit 006da40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fastlane/plugin/wpmreleasetoolkit/actions/common/extract_release_notes_for_version_action.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def self.return_value
5858

5959
def self.details
6060
# Optional:
61-
'Creates a release and uploads the provided assets'
61+
'Given a file containing release notes and a version, extracts the notes for that version into a dedicated file.'
6262
end
6363

6464
def self.available_options

0 commit comments

Comments
 (0)