Skip to content

Commit a273824

Browse files
committed
Add (DEPRECATED) notice to ios clear_intermediate_tags & final_tag action descriptions
1 parent e2b90f3 commit a273824

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_clear_intermediate_tags.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ def self.run(params)
2828
#####################################################
2929

3030
def self.description
31-
'Cleans all the intermediate tags for the given version'
31+
'(DEPRECATED) Cleans all the intermediate tags for the given version'
3232
end
3333

3434
def self.details
35-
'Cleans all the intermediate tags for the given version'
35+
'(DEPRECATED) Cleans all the intermediate tags for the given version'
3636
end
3737

3838
def self.available_options

lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_final_tag.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ def self.run(params)
2020
#####################################################
2121

2222
def self.description
23-
'Finalize a relasae'
23+
'(DEPRECATED) Finalize a relasae'
2424
end
2525

2626
def self.details
27-
'Removes the temp tags and pushes the final one'
27+
'(DEPRECATED) Removes the temp tags and pushes the final one'
2828
end
2929

3030
def self.available_options

0 commit comments

Comments
 (0)