Skip to content

Commit

Permalink
Add note about lib/release_helpers.rb import location
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Sep 25, 2024
1 parent e103a9c commit d3ad1d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ VERSION_FILE = Fastlane::Wpmreleasetoolkit::Versioning::AndroidVersionFile.new(v
import 'lanes/build.rb'
import 'lanes/localization.rb'
import 'lanes/release.rb'
# This helper is only used in the release lanes but it needs to be imported here in order to access Fastlane-specific API and our methods like release_version_current
import 'lib/release_helpers.rb'

platform :android do
Expand Down

0 comments on commit d3ad1d3

Please sign in to comment.