Skip to content

Commit 6fcb946

Browse files
committed
release!: fix release version change type resolution
Note this is the v16.0.0 breaking change release that v15.7.1 *should* have been, it is identical to 15.7.1 except for the release configuration / changelogs BREAKING CHANGES: deployment target minimums now iOS 11 / macOS 10.13 - storage reference getDownloadURL fails on iOS against firebase emulator (upstream issue)
1 parent 501582b commit 6fcb946

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

lerna.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"message": "chore(release): release packages"
1212
}
1313
},
14+
"changelogPreset": {
15+
"name": "conventionalcommits",
16+
"issueUrlFormat": "{{host}}/{{owner}}/{{repository}}/issues/{{id}}"
17+
},
1418
"ignoreChanges": ["**/docs/**", "**/.github/**", "**/e2e/**", "**/tests/**"],
1519
"version": "15.7.1"
1620
}

packages/app/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
55

66
## [15.7.1](https://github.com/invertase/react-native-firebase/compare/v15.7.0...v15.7.1) (2022-10-19)
77

8-
**Note:** Version bump only for package @react-native-firebase/app
8+
**Note:** Inadvertent breaking change. iOS minimum deploy target bumped to 11, macOS to 10.13
99

1010
# [15.7.0](https://github.com/invertase/react-native-firebase/compare/v15.6.0...v15.7.0) (2022-10-01)
1111

0 commit comments

Comments
 (0)