Skip to content

Commit

Permalink
Rename bump_internal_release_action as validate_internal_release_bump…
Browse files Browse the repository at this point in the history
…_action
  • Loading branch information
ayoy committed Oct 2, 2024
1 parent a5e58df commit ed80a20
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

module Fastlane
module Actions
class BumpInternalReleaseAction < Action
class ValidateInternalReleaseBumpAction < Action
def self.run(params)
Helper::GitHelper.setup_git_user
params[:platform] ||= Actions.lane_context[Actions::SharedValues::PLATFORM_NAME]
Expand Down Expand Up @@ -70,7 +70,8 @@ def self.details
This action performs the following tasks:
* finds the git branch and Asana task for the current internal release,
* checks for are changes to the release branch,
* ensures that release notes aren't empty or placeholder,
* ensures that release notes aren't empty or placeholder.
* increments the project build number,
* pushes the changes to the remote repository.
DETAILS
Expand Down

0 comments on commit ed80a20

Please sign in to comment.