RevenueCat / purchases-kmp

RevenueCat SDK for Kotlin Multiplatform
MIT License
70 stars 2 forks source link

Accept Fastlane Changes #151

Closed fire-at-will closed 3 weeks ago

fire-at-will commented 3 weeks ago

When trying to kick off the release for 1.0.0-beta.3, fastlane created these changes during the bump_version_update_changelog_create_pr task:

Since these changes create changes when compared to the main branch, it causes the bump_version_update_changelog_create_pr lane to fail. This PR brings these changes into main so that the release can be created.

Here's the command I was using locally to kick off the release:

GITHUB_PULL_REQUEST_API_TOKEN=REDACTED RC_INTERNAL_FASTLANE_EDITOR=code bundle exec fastlane bump is_prerelease:true next_version:"1.0.0-beta.3" github_rate_limit:10