Skip to content

Commit 984a185

Browse files
authored
Merge pull request #371 from wordpress-mobile/use-automattic-as-the-author
Use Automattic as the Gem and Fastlane action author
2 parents 45a248c + 00534ae commit 984a185

72 files changed

Lines changed: 73 additions & 73 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

fastlane-plugin-wpmreleasetoolkit.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ require 'fastlane/plugin/wpmreleasetoolkit/version'
55
Gem::Specification.new do |spec|
66
spec.name = 'fastlane-plugin-wpmreleasetoolkit'
77
spec.version = Fastlane::Wpmreleasetoolkit::VERSION
8-
spec.author = 'Lorenzo Mattei'
9-
spec.email = 'lore.mattei@gmail.com'
8+
spec.author = 'Automattic'
9+
spec.email = 'mobile@automattic.com'
1010

1111
spec.summary = 'GitHub helper functions'
1212
spec.homepage = 'https://github.com/wordpress-mobile/release-toolkit'

lib/fastlane/plugin/wpmreleasetoolkit/actions/android/an_localize_libs_action.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def self.description
2121
end
2222

2323
def self.authors
24-
['Lorenzo Mattei']
24+
['Automattic']
2525
end
2626

2727
def self.return_value

lib/fastlane/plugin/wpmreleasetoolkit/actions/android/an_update_metadata_source_action.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def self.return_value
160160
end
161161

162162
def self.authors
163-
['loremattei']
163+
['Automattic']
164164
end
165165

166166
def self.is_supported?(platform)

lib/fastlane/plugin/wpmreleasetoolkit/actions/android/an_validate_lib_strings_action.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def self.description
2626
end
2727

2828
def self.authors
29-
['Lorenzo Mattei']
29+
['Automattic']
3030
end
3131

3232
def self.return_value

lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_betabuild_prechecks.rb

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

9999
def self.authors
100100
# So no one will ever forget your contribution to fastlane :) You are awesome btw!
101-
['loremattei']
101+
['Automattic']
102102
end
103103

104104
def self.is_supported?(platform)

lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_build_prechecks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def self.return_value
7373
end
7474

7575
def self.authors
76-
['loremattei']
76+
['Automattic']
7777
end
7878

7979
def self.is_supported?(platform)

lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_build_preflight.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def self.return_value
4343
end
4444

4545
def self.authors
46-
['loremattei']
46+
['Automattic']
4747
end
4848

4949
def self.is_supported?(platform)

lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_bump_version_beta.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def self.return_value
5151
end
5252

5353
def self.authors
54-
['loremattei']
54+
['Automattic']
5555
end
5656

5757
def self.is_supported?(platform)

lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_bump_version_final_release.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def self.available_options
4343
end
4444

4545
def self.authors
46-
['loremattei']
46+
['Automattic']
4747
end
4848

4949
def self.is_supported?(platform)

lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_bump_version_hotfix.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def self.available_options
5555
end
5656

5757
def self.authors
58-
['loremattei']
58+
['Automattic']
5959
end
6060

6161
def self.is_supported?(platform)

0 commit comments

Comments
 (0)