You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/roles-and-responsibilities.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Release Roles & Responsibilities
2
2
3
-
We have a "dividi et impera" approach to React Native releases. The "release crew" is composed of generally 2 folks from Meta and 2+ from the community.
3
+
We have a "dividi et impera" approach to React Native releases. The "release crew" is composed of generally 2 folks from Meta and 2+ from the community (core contributors, framework developers, etc.).
4
4
5
5
General division of work is
6
6
- Meta releasers handle any active release candidate / latest stable
@@ -58,7 +58,7 @@ Back-up for Primary Meta Releaser
58
58
59
59
## Role: Community Releaser
60
60
61
-
Member of the React Native Core Contributor community. There are usually 2 Community Releasers per release.
61
+
Member of the React Native Core Contributor community or Frameworks developers. There are usually 2+ Community Releasers per release.
62
62
63
63
### Role Responsibilities
64
64
- Attends 30 minute weekly release sync meeting
@@ -81,6 +81,14 @@ Member of the React Native Core Contributor community. There are usually 2 Commu
81
81
- Help decide when to release a patch on stable
82
82
- Help decide which commits are part of which release
83
83
84
+
### Frameworks developers in the Release Crew
85
+
86
+
With [RFC0759 - React Native Frameworks #759](https://github.com/react-native-community/discussions-and-proposals/pull/759), we're requiring each recommended framework to join the release crew.
87
+
This will ensure that the framework developers are aware of the changes that are about to ship in the upcoming release.
88
+
89
+
Moreover, the framework developer member of the release crew will have the responsibility to verify that the framework works well with the upcoming release of React Native.
90
+
This will ensure that React Native core and framework releases don't have a big time gap between them.
0 commit comments