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
notes.append(f"We're excited to release React Native Windows {RELEASE_TAG} targeting React Native {RELEASE_TAG}! There have been many changes to both react-native-windows and react-native itself, and we would love your feedback on anything that doesn't work as expected. This release includes the commits to React Native Windows from {start_date} - {end_date}.")
95
+
notes.append(
96
+
f"We're excited to release React Native Windows {RELEASE_TAG} targeting React Native {RELEASE_TAG}! "
97
+
f"There have been many changes to both react-native-windows and react-native itself, and we would love your "
98
+
f"feedback on anything that doesn't work as expected. This release includes the commits to React Native Windows "
99
+
f"from {start_date_fmt} - {end_date_fmt}."
100
+
)
93
101
notes.append("")
94
102
notes.append("## How to upgrade")
95
-
notes.append("You can view the changes made to the default new React Native Windows applications for C++ and C# using React Native Upgrade Helper. See this [document](https://microsoft.github.io/react-native-windows/docs/upgrade-app) for more details.")
103
+
notes.append("You can view the changes made to the default new React Native Windows applications for C++ and C# "
104
+
"using React Native Upgrade Helper. See this [document](https://microsoft.github.io/react-native-windows/docs/upgrade-app) for more details.")
0 commit comments