Skip to content

Commit

Permalink
Remove unneeded "(DEPRECATED)" notations
Browse files Browse the repository at this point in the history
  • Loading branch information
spencertransier committed Jul 31, 2024
1 parent 7297df7 commit 8d87d87
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ def self.deprecated_notes
end

def self.description
'(DEPRECATED) Runs some prechecks before preparing for a new test build'
'Runs some prechecks before preparing for a new test build'
end

def self.details
'(DEPRECATED) Updates the relevant release branch, checks the app version and ensure the branch is clean'
'Updates the relevant release branch, checks the app version and ensure the branch is clean'
end

def self.available_options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ def self.deprecated_notes
end

def self.description
'(DEPRECATED) Runs some prechecks before the build'
'Runs some prechecks before the build'
end

def self.details
'(DEPRECATED) Runs some prechecks before the build'
'Runs some prechecks before the build'
end

def self.available_options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ def self.deprecated_notes
end

def self.description
'(DEPRECATED) Runs some prechecks before code freeze'
'Runs some prechecks before code freeze'
end

def self.details
'(DEPRECATED) Updates the default branch, checks the app version and ensure the branch is clean'
'Updates the default branch, checks the app version and ensure the branch is clean'
end

def self.available_options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ def self.deprecated_notes
end

def self.description
'(DEPRECATED) Runs some prechecks before finalizing a code freeze'
'Runs some prechecks before finalizing a code freeze'
end

def self.details
'(DEPRECATED) Runs some prechecks before finalizing a code freeze'
'Runs some prechecks before finalizing a code freeze'
end

def self.available_options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ def self.deprecated_notes
end

def self.description
'(DEPRECATED) Runs some prechecks before finalizing a release'
'Runs some prechecks before finalizing a release'
end

def self.details
'(DEPRECATED) Runs some prechecks before finalizing a release'
'Runs some prechecks before finalizing a release'
end

def self.available_options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ def self.deprecated_notes
end

def self.description
'(DEPRECATED) Runs some prechecks before preparing for a new hotfix'
'Runs some prechecks before preparing for a new hotfix'
end

def self.details
'(DEPRECATED) Checks out a new branch from a tag and updates tags'
'Checks out a new branch from a tag and updates tags'
end

def self.available_options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ def self.deprecated_notes
end

def self.description
'(DEPRECATED) Runs some prechecks before preparing for a new test build'
'Runs some prechecks before preparing for a new test build'
end

def self.details
'(DEPRECATED) Updates the relevant release branch, checks the app version and ensure the branch is clean'
'Updates the relevant release branch, checks the app version and ensure the branch is clean'
end

def self.available_options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ def self.deprecated_notes
end

def self.description
'(DEPRECATED) Runs some prechecks before the build'
'Runs some prechecks before the build'
end

def self.details
'(DEPRECATED) Runs some prechecks before the build'
'Runs some prechecks before the build'
end

def self.available_options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ def self.deprecated_notes
end

def self.description
'(DEPRECATED) Runs some prechecks before code freeze'
'Runs some prechecks before code freeze'
end

def self.details
'(DEPRECATED) Updates the default branch, checks the app version and ensure the branch is clean'
'Updates the default branch, checks the app version and ensure the branch is clean'
end

def self.available_options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ def self.deprecated_notes
end

def self.description
'(DEPRECATED) Runs some prechecks before finalizing a code freeze'
'Runs some prechecks before finalizing a code freeze'
end

def self.details
'(DEPRECATED) Runs some prechecks before finalizing a code freeze'
'Runs some prechecks before finalizing a code freeze'
end

def self.available_options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ def self.deprecated_notes
end

def self.description
'(DEPRECATED) Runs some prechecks before finalizing a release'
'Runs some prechecks before finalizing a release'
end

def self.details
'(DEPRECATED) Runs some prechecks before finalizing a release'
'Runs some prechecks before finalizing a release'
end

def self.available_options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ def self.deprecated_notes
end

def self.description
'(DEPRECATED) Runs some prechecks before preparing for a new hotfix'
'Runs some prechecks before preparing for a new hotfix'
end

def self.details
'(DEPRECATED) Checks out a new branch from a tag and updates tags'
'Checks out a new branch from a tag and updates tags'
end

def self.available_options
Expand Down

0 comments on commit 8d87d87

Please sign in to comment.