Skip to content

Commit 2d9d23c

Browse files
committed
Add migration details for android_current_branch_is_hotfix
1 parent 88ad0b3 commit 2d9d23c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

MIGRATION.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Migration Instructions for Major Releases
22

3+
## From 11.x to 12.0.0
4+
5+
- `android_current_branch_is_hotfix` no longer supports the `build_gradle_path` parameter. Convert the project to define `versionName` and `versionCode` in `version.properties` and call `android_current_branch_is_hotfix` with `version_properties_path`.
6+
37
## From `10.0.0` to `11.0.0`
48

59
- The `ios_check_beta_deps` now uses the `Podfile.lock` instead of `Podfile` for its detection. If you called this action with an explicit `podfile: …` argument, you'll have to update the call to use `lockfile:` instead—or remove that argument completely from your call and rely on its default value being `Podfile.lock`.

0 commit comments

Comments
 (0)