Skip to content

Commit

Permalink
Update MIGRATION.md with note regarding create_release
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Sep 3, 2024
1 parent e49525d commit e281e0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

- 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`
Expand Down Expand Up @@ -46,7 +47,6 @@
### Bug Fixes

- Fix `create_release_backmerge_pull_request_action` error when creating a backmerge to a branch not yet fetched locally. [#587]
- Deprecated the `create_release` action, now renamed to `create_github_release` for consistency. [#585]

### Internal Changes

Expand Down
1 change: 1 addition & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Various helper methods and actions to calculate version bumps have been deleted (see `CHANGELOG.md` for the full list). Use the `Versioning` module for any version computation or automation.
- `Fastlane::Helper:Android::GitHelper` and `Fastlane::Helper::Ios::GitHelper` have been removed. If you were using their respective `commit_version_bump` methods, you'll need to run the commit directly in your `Fastfile`, for example via Fastlane's `git_commit` action.
- `android_tag_build` and `ios_tag_build` have been removed. Our recommended workflow for tagging releases relies on GitHub creating a tag when a GitHub release is published.
- `create_release` has been removed. Use `create_github_release` instead.

## From `10.0.0` to `11.0.0`

Expand Down

0 comments on commit e281e0c

Please sign in to comment.