Skip to content

Commit

Permalink
Update VERSIONS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkVillacampa committed Feb 27, 2024
1 parent 82d728d commit bd99a62
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Version | iOS version | Android version | Common files version |
|---------|-------------|-----------------|----------------------|
| 7.21.1 | 5.0.0-beta.3 | 7.6.0 | 10.0.0-beta.1 |
| 7.21.1 | 4.36.3 | 7.5.2 | 9.7.2 |
| 7.21.0 | 4.36.2 | 7.5.1 | 9.7.1 |
| 7.20.0 | 4.36.2 | 7.5.1 | 9.7.1 |
Expand Down
30 changes: 15 additions & 15 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@ end
desc "Bump version, edit changelog, and create pull request"
lane :bump do |options|
phc_version = get_phc_version
bump_version_update_changelog_create_pr(
current_version: current_version_number,
changelog_latest_path: changelog_latest_path,
changelog_path: changelog_path,
files_to_update: files_with_version_number,
files_to_update_without_prerelease_modifiers: {},
repo_name: repo_name,
github_rate_limit: options[:github_rate_limit],
editor: options[:editor],
next_version: options[:next_version],
automatic_release: options[:automatic_release],
hybrid_common_version: phc_version,
versions_file_path: versions_path,
is_prerelease: options[:is_prerelease]
)
# bump_version_update_changelog_create_pr(
# current_version: current_version_number,
# changelog_latest_path: changelog_latest_path,
# changelog_path: changelog_path,
# files_to_update: files_with_version_number,
# files_to_update_without_prerelease_modifiers: {},
# repo_name: repo_name,
# github_rate_limit: options[:github_rate_limit],
# editor: options[:editor],
# next_version: options[:next_version],
# automatic_release: options[:automatic_release],
# hybrid_common_version: phc_version,
# versions_file_path: versions_path,
# is_prerelease: options[:is_prerelease]
# )
update_hybrids_versions_file(
versions_file_path: versions_path,
new_sdk_version: current_version_number,
Expand Down

0 comments on commit bd99a62

Please sign in to comment.