Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate all iOS and Android precheck actions #577

Merged
merged 4 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,19 @@ _None_

### Internal Changes

_None_
- Deprecated the following actions: [#577]
- `android_betabuild_prechecks`
- `android_build_prechecks`
- `android_codefreeze_prechecks`
- `android_completecodefreeze_prechecks`
- `android_finalize_prechecks`
- `android_hotfix_prechecks`
- `ios_betabuild_prechecks`
- `ios_build_prechecks`
- `ios_codefreeze_prechecks`
- `ios_completecodefreeze_prechecks`
- `ios_finalize_prechecks`
- `ios_hotfix_prechecks`

## 11.1.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ def self.get_user_build_version(version:, message:)
# @!group Documentation
#####################################################

def self.category
:deprecated
end

def self.deprecated_notes
'This action is deprecated and will be removed in the next major version update of the Release Toolkit. Any necessary steps that are included in this precheck action should be added directly in a repo\'s Fastfile. See https://github.com/wordpress-mobile/release-toolkit/issues/576'
end

def self.description
'Runs some prechecks before preparing for a new test build'
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ def self.run(params)
# @!group Documentation
#####################################################

def self.category
:deprecated
end

def self.deprecated_notes
'This action is deprecated and will be removed in the next major version update of the Release Toolkit. Any necessary steps that are included in this precheck action should be added directly in a repo\'s Fastfile. See https://github.com/wordpress-mobile/release-toolkit/issues/576'
end

def self.description
'Runs some prechecks before the build'
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ def self.run(params)
# @!group Documentation
#####################################################

def self.category
:deprecated
end

def self.deprecated_notes
'This action is deprecated and will be removed in the next major version update of the Release Toolkit. Any necessary steps that are included in this precheck action should be added directly in a repo\'s Fastfile. See https://github.com/wordpress-mobile/release-toolkit/issues/576'
end

def self.description
'Runs some prechecks before code freeze'
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ def self.run(params)
# @!group Documentation
#####################################################

def self.category
:deprecated
end

def self.deprecated_notes
'This action is deprecated and will be removed in the next major version update of the Release Toolkit. Any necessary steps that are included in this precheck action should be added directly in a repo\'s Fastfile. See https://github.com/wordpress-mobile/release-toolkit/issues/576'
end

def self.description
'Runs some prechecks before finalizing a code freeze'
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ def self.run(params)
# @!group Documentation
#####################################################

def self.category
:deprecated
end

def self.deprecated_notes
'This action is deprecated and will be removed in the next major version update of the Release Toolkit. Any necessary steps that are included in this precheck action should be added directly in a repo\'s Fastfile. See https://github.com/wordpress-mobile/release-toolkit/issues/576'
end

def self.description
'Runs some prechecks before finalizing a release'
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ def self.run(params)
# @!group Documentation
#####################################################

def self.category
:deprecated
end

def self.deprecated_notes
'This action is deprecated and will be removed in the next major version update of the Release Toolkit. Any necessary steps that are included in this precheck action should be added directly in a repo\'s Fastfile. See https://github.com/wordpress-mobile/release-toolkit/issues/576'
end

def self.description
'Runs some prechecks before preparing for a new hotfix'
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ def self.get_user_build_version(version, message)
# @!group Documentation
#####################################################

def self.category
:deprecated
end

def self.deprecated_notes
'This action is deprecated and will be removed in the next major version update of the Release Toolkit. Any necessary steps that are included in this precheck action should be added directly in a repo\'s Fastfile. See https://github.com/wordpress-mobile/release-toolkit/issues/576'
end

def self.description
'Runs some prechecks before preparing for a new test build'
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ def self.run(params)
# @!group Documentation
#####################################################

def self.category
:deprecated
end

def self.deprecated_notes
'This action is deprecated and will be removed in the next major version update of the Release Toolkit. Any necessary steps that are included in this precheck action should be added directly in a repo\'s Fastfile. See https://github.com/wordpress-mobile/release-toolkit/issues/576'
end

def self.description
'Runs some prechecks before the build'
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ def self.run(params)
# @!group Documentation
#####################################################

def self.category
:deprecated
end

def self.deprecated_notes
'This action is deprecated and will be removed in the next major version update of the Release Toolkit. Any necessary steps that are included in this precheck action should be added directly in a repo\'s Fastfile. See https://github.com/wordpress-mobile/release-toolkit/issues/576'
end

def self.description
'Runs some prechecks before code freeze'
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ def self.run(params)
# @!group Documentation
#####################################################

def self.category
:deprecated
end

def self.deprecated_notes
'This action is deprecated and will be removed in the next major version update of the Release Toolkit. Any necessary steps that are included in this precheck action should be added directly in a repo\'s Fastfile. See https://github.com/wordpress-mobile/release-toolkit/issues/576'
end

def self.description
'Runs some prechecks before finalizing a code freeze'
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ def self.run(params)
# @!group Documentation
#####################################################

def self.category
:deprecated
end

def self.deprecated_notes
'This action is deprecated and will be removed in the next major version update of the Release Toolkit. Any necessary steps that are included in this precheck action should be added directly in a repo\'s Fastfile. See https://github.com/wordpress-mobile/release-toolkit/issues/576'
end

def self.description
'Runs some prechecks before finalizing a release'
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ def self.run(params)
# @!group Documentation
#####################################################

def self.category
:deprecated
end

def self.deprecated_notes
'This action is deprecated and will be removed in the next major version update of the Release Toolkit. Any necessary steps that are included in this precheck action should be added directly in a repo\'s Fastfile. See https://github.com/wordpress-mobile/release-toolkit/issues/576'
end

def self.description
'Runs some prechecks before preparing for a new hotfix'
end
Expand Down