react-native-community / template

The React Native Community Template - getting started building RN apps for Android & iOS
MIT License
71 stars 16 forks source link

feat: create releases where PATCH doesn't have to match react-native #43

Closed blakef closed 2 months ago

blakef commented 3 months ago

This feature needs to be released with react-native-community/cli#2475, which decouples the 1:1 release model we have for templates and react-native.

Switching users to this is going to be difficult, and should only be rolled asap before 0.76. If we have to release a template fix, then only users with the latest CLI will be able to use that and subsequent versions.

I'm not sure of how to clearly communicate that to users.

WARNING: Do not merge until:

  1. ~We have updated the calling step in react-native release step asks the template to publish~ No changes needed here.
  2. ~We agree on a version of react-native that wants this to go live. When we do that, if it's 0.75 / 0.74 then also merge it into the 0.75-stable, etc... branch.~ 0.75.2
  3. ~The CLI change (react-native-community/cli#2475) is committed and published.~
cortinico commented 3 months ago

I'd like for @szymonrybczak to chime on this one and get his opinion here