Closed jokerttu closed 2 months ago
@wangela
It seems that Release Please automatically upgraded the version number to 1.0.0
(still in PR) due to the breaking change (denoted by the feat!
commit). However, since this project is still in beta/preview, the version should probably be 0.5.0
instead.
Should we modify the existing release-please PR (https://github.com/googlemaps/react-native-navigation-sdk/pull/243) to adjust the version number to 0.5.0, or should we handle this with a separate commit in this PR as suggested in the Release Please README?
Empty commit like this. Next time, you can add the Release-As: x.x.x
to your merge commit message in the PR that contains a feat:
fix:
or breaking change (e.g. would have been #239 in this case) to specify the version number.
Release-As: 0.5.0