Skip to content

Commit cb40b83

Browse files
Add correct description for freeze ConfigItem
1 parent 1b6391c commit cb40b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def self.available_options
6868
optional: false,
6969
type: String),
7070
FastlaneCore::ConfigItem.new(key: :freeze,
71-
description: 'The GitHub milestone',
71+
description: 'If true, the action will add the ❄️ emoji to the milestone title',
7272
optional: false,
7373
default_value: true,
7474
type: Boolean),

0 commit comments

Comments
 (0)