Skip to content

Commit

Permalink
feat: test 9
Browse files Browse the repository at this point in the history
  • Loading branch information
OdisBy committed Jun 3, 2024
1 parent 2517240 commit e2b25e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ platform :android do
match: '*',
)

next_version = lane_context[SharedValues::RELEASE_NEXT_VERSION]

UI.message "The next tag version will be #{next_version}"

changelog = conventional_changelog(
format: 'slack',
title: 'Android Alpha',
Expand Down

0 comments on commit e2b25e0

Please sign in to comment.