Skip to content

Commit

Permalink
Make annotate_release a private lane (#4508)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/488551667048375/1207185787211286/f

### Description
Missed one comment in #4507

Done in this PR

### Steps to test this PR
QA optional
  • Loading branch information
aitorvs authored May 3, 2024
1 parent ba893f7 commit 84dd1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ platform :android do
end

desc "Annotate release"
lane :annotate_release do
private_lane :annotate_release do
props = property_file_read(file: "app/version/version.properties")
version = props["VERSION"]

Expand Down

0 comments on commit 84dd1c6

Please sign in to comment.