Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 12.0.0 into trunk #589

Merged
merged 3 commits into from
Sep 3, 2024
Merged

Release 12.0.0 into trunk #589

merged 3 commits into from
Sep 3, 2024

Conversation

iangmaia
Copy link
Contributor

@iangmaia iangmaia commented Sep 3, 2024

Releasing new version 12.0.0.

What's Next

PR Author: Be sure to create and publish a GitHub Release pointing to trunk once this PR gets merged,
copy/pasting the following text as the GitHub Release's description:

### Breaking Changes

- Removed `build_gradle_path` parameter from `android_current_branch_is_hotfix`. [#579]
- Deleted `Fastlane::Helper::Android::GitHelper` and `Fastlane::Helper::Ios::GitHelper`. [#579]
- Renamed `create_release` to `create_github_release` for consistency. [#585, #588]
- Deleted the following deprecated actions: [#577, #579, #586]
    - `android_betabuild_prechecks`
    - `android_build_prechecks`
    - `android_bump_version_beta`
    - `android_bump_version_final_release`
    - `android_bump_version_hotfix`
    - `android_bump_version_release`
    - `android_codefreeze_prechecks`
    - `android_completecodefreeze_prechecks`
    - `android_finalize_prechecks`
    - `android_get_alpha_version`
    - `android_get_app_version`
    - `android_get_release_version`
    - `android_hotfix_prechecks`
    - `android_tag_build`
    - `ios_betabuild_prechecks`
    - `ios_build_prechecks`
    - `ios_bump_version_beta`
    - `ios_bump_version_hotfix`
    - `ios_bump_version_release`
    - `ios_codefreeze_prechecks`
    - `ios_completecodefreeze_prechecks`
    - `ios_current_branch_is_hotfix`
    - `ios_finalize_prechecks`
    - `ios_get_app_version`
    - `ios_get_build_number`
    - `ios_get_build_version`
    - `ios_hotfix_prechecks`
    - `ios_tag_build`
    - `ios_validate_ci_build`

### New Features

- Added the `publish_github_release` action to publish existing GitHub draft releases. [#585]

### Bug Fixes

- Fix `create_release_backmerge_pull_request_action` error when creating a backmerge to a branch not yet fetched locally. [#587]

### Internal Changes

- Update gems used internally & remove upper bound on `nokogiri` from the `.gemspec`. [#583]
- Updated our internal Ruby dependencies. [#582]


@iangmaia iangmaia requested a review from a team September 3, 2024 14:29
@iangmaia iangmaia self-assigned this Sep 3, 2024
@iangmaia iangmaia added the Releases Release related stuff label Sep 3, 2024
@iangmaia iangmaia added this to the 12.0.0 milestone Sep 3, 2024
@iangmaia iangmaia merged commit c6e2a12 into trunk Sep 3, 2024
5 checks passed
@iangmaia iangmaia deleted the release/12.0.0 branch September 3, 2024 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Releases Release related stuff
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants