Skip to content

Fix a couple of problems on the release runbook - #3222

Merged
cortinico merged 1 commit into
mainfrom
nc/release-improments-for-0.70
Jul 29, 2022
Merged

Fix a couple of problems on the release runbook#3222
cortinico merged 1 commit into
mainfrom
nc/release-improments-for-0.70

Conversation

@cortinico

Copy link
Copy Markdown
Contributor

During the release of 0.70.0-rc0 we noticed a couple of missing points in the release runbook. I'm fixing them. @kelset they should maybe be picked up inside #3221 as well.

@kelset

Copy link
Copy Markdown
Contributor

maybe let's merge my PR then rebase this one on top?

@netlify

netlifyBot commented Jul 22, 2022

Copy link
Copy Markdown

Deploy Preview for react-native ready!

NameLink
🔨 Latest commita8f4b21
🔍 Latest deploy loghttps://app.netlify.com/sites/react-native/deploys/62e3e9ce3ebedc000bd9e667
😎 Deploy Previewhttps://deploy-preview-3222--react-native.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@SimekSimek left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the updates! 👌

@cortinico

Copy link
Copy Markdown
ContributorAuthor

maybe let's merge my PR then rebase this one on top

Yup let's do this

@cortinico
cortinicoforce-pushed the nc/release-improments-for-0.70 branch from fef4df3 to a8f4b21CompareJuly 29, 2022 14:08
@cortinico
cortinico merged commit 62ec668 into mainJul 29, 2022
@cortinico
cortinico deleted the nc/release-improments-for-0.70 branch July 29, 2022 14:08
sunnylqm added a commit to reactnativecn/react-native-website that referenced this pull request Sep 6, 2022
* Add a few Microsoft apps to the showcase (react#3203)
* fix artsy icon
* add microsoft office mobile
* add outlook mobile
* add teams
* add xbox
* remove placeholder link
* Correct minor mistake in native-components-android.md (react#3210)
* Update fast-refresh.md (react#3208)
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
* Fixed Artsy logo and infoLink of oculus in webiste/showcase (react#3199)
* Wrap "Android SDK Build-Tools" with backticks (react#3206)
* Update keyboardavoidingview.md (react#3202)
* Update debugging.md (react#3209)
* Add the blogpost for Hermes as the Default engine (react#3212)
* Add the blogpost for Hermes as the Default engine
* Update website/blog/2022-07-08-hermes-as-the-default.md
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
* Update website/blog/2022-07-08-hermes-as-the-default.md
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
Co-authored-by: Nicola Corti <corti.nico@gmail.com>
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
* Update iOS data in Hermes default blog post (react#3216)
* Update the contributing section docs (react#3221)
Co-authored-by: Nicola Corti <corti.nico@gmail.com>
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
* Bump terser from 5.12.1 to 5.14.2 (react#3219)
Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* docs: add build tools to Table of Contents (react#3228)
* Update build-speed.md (react#3223)
Removed duplicated sentence from docs
* Remove Uber Eats from showcase (react#3229)
* docs: add two sections to the New Architecture (react#3230)
* Note on connecting to React Native simulator. (react#3214)
Co-authored-by: LeoTM <1881059+leotm@users.noreply.github.com>
Co-authored-by: Nicola Corti <corti.nico@gmail.com>
* Fix a couple of problems on the release runbook (react#3222)
* Improving UX: replace videos and links with SnackPlayers, update examples (react#3231)
* Fix extra whitespace on debugging.md (react#3233)
* Add more info to Prerequisites for Libraries guide (react#3238)
* Add spaces in the example
* Add section about codegen types
* Correct section title
* Add information about requireNativeComponent
* [Docs] iOS Simulator version & UDID (react#3225)
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
* Add retrospective as a copilot responsibility (react#3242)
* update release related docs page (react#3240)
* update crew composition and remove testers/supporters
* add note about testing async
* Update website/contributing/release-roles-responsibilites.md
Co-authored-by: Riccardo <riccardo.cipolleschi@gmail.com>
* Update website/contributing/release-roles-responsibilites.md
Co-authored-by: Riccardo <riccardo.cipolleschi@gmail.com>
* refactor note into a snipper
* Update website/contributing/release-roles-responsibilites.md
Co-authored-by: Marek Fořt <marekfort@me.com>
* yarnlock change?
* clean up document based on feedback
* more words at the start
Co-authored-by: Riccardo <riccardo.cipolleschi@gmail.com>
Co-authored-by: Marek Fořt <marekfort@me.com>
* Update image.md (react#2850)
This is missing, but this is an important information. Imagine a view sized 100x150 and an image sized 200x300. The old description could be interpreted in a way, that the image doesn't scale at all!
* Fix lint
* chore: Specify return vs resolve (react#3236)
When dealing with functions which return Promises, it's helpful to be clear about whether something _returns_ a value, or whether the returned Promise will _resolve to_ a value.
* update Docusaurus and other dependencies (react#3218)
* Add kotlin examples in new-architecture-app-modules-android.md (react#3241)
* change links in main home (react#3244)
* Refactoring The New Architecture Guide (react#3037)
* [Do Not Merge] Refactoring The New Architecture (react#3029)
* [Guide - The New Architecture] What Backward Compatibility Is (react#3038)
* Guide to creating a New Architecture app from template (react#3056)
* Start new template guide
This is a first iteration. I want to get feedback on a few aspects, so
starting from here as a baseline.
* Update title
* Use tabs for target OS
Set up matching the style of "Getting Started", except I kept the
headers inside the tabs for now as it makes for a useful right-hand TOC.
* Capitalize New Architecture, simplify
* Preliminary section for Hermes
Add section for recommending enabling Hermes. Not sure of contents yet,
and still have to test.
* Reword to emphasize importance of Hermes usage
* Show new arch in use
* Add build speed article link
* Add pro tip for pod install alias
* Restructure, repeat less
Favor linking to original setup guide instead of repeating content.
* Note about Expo
* Include command on uninstalling global CLI
* How to learn more
* Remove headers in tabs
They don't work correctly with the righthand TOC.
* Make header more clear
* Use quote block less often
There was way too much yellow.
* Opt for instructions using XCode
Because `xcodebuild clean` already failed me once when XCode GUI clean
worked.
* Fix lint issue
* Improve wording
* Use product name
* Fix line wraps
* Reword based on feedback
* Note use of bundle install
* Pod removal instructions
Also standardize on using yarn scripts from template for commands, it's
a little confusing to see the mix of `npx` and `yarn` once we start
referring to `yarn pod-install`
* Convert quotes to admonitions
* Convert Note: to admonitions
* Feedback: Change admonitions to caution
* PR feedback
* New Architecture landing page (react#3072)
* First draft of landing page
* Add migration and backwards compatibility links
* lint fix
* Restructure slightly, leaning more on context from Why a New Architecture
* Don't need md in links
* Suggested rewording
* Rephrase pillar summaries
* [Guide - The New Architecture] Why A New Architecture (react#3043)
* [Guide - The New Architecture] Pillars (react#3046)
* [Guide - The New Architecture] TurboModules as Native Modules (react#3039)
* [Guide - The New Architecture] Fabric Components as Native Components (react#3040)
* [FEAT][TNA] Fabric Component Guide (react#3132)
* [Feat] Add intro for Fabric Components
* feat: add guide to create a Fabric Component
* Add page on codegen (react#3155)
* [FEAT] TurboModules guide (react#3168)
* [Feat] Add intro for Fabric Components
* feat: add guide to create a Fabric Component
* Beginning of guide/folder structure
* WIP JS Spec
* specification section
* Configuration
* native code intro
* Must be named Spec
* Best stab at iOS native code, but I don't know how to describe what's going on in the code very well. Extrapolated what I could.
* Android instructions
iOS isn't working for me. Builds, but can't load module.
Writing up Android auto-linking next because the steps I tested did
work.
* Include linking instructions from RNNArch repo
* Add example JavaScript
* native modules link
* Address quick feedback items
* Remove, fix for rebased branch
* fix TM parameter on Android
* Revert to 'Codegen' casing
* Revert folly version change
2021.07.22 is for current version on main
* fix typo
* getTurboModule explainer
* Sentence edits
- Fix acronym bolding
- Change wording to "recommended" because "standard" has other
connotations of possibly being required
- Parentheses unnecessary, distracting
* Remove TODO for now
Getting inconsistent results here, not sure if this is wrong or not;
removing TODO for now so it doesn't block anything
* ABI rephrase, more in line with new Fabric guide wording
* Explain shared C++ code more
* feat: add guide to create a Fabric Component
* feat: add guide to create a Fabric Component
* package.json description
* Lint fixes
* fix: Move JS constants to reduce changes
* fix: Remove newline
* feat: add required step for Android Codegen
* fix: use the proper links
Co-authored-by: Riccardo Cipolleschi <cipolleschi@fb.com>
* wip: migration guide review (react#3200)
Co-authored-by: Lizzi Lindboe <lindboe@users.noreply.github.com>
* fix: Fix typo in the sidebar (react#3247)
* Delete ubereats.png (react#3246)
Redundant image data
* Fixed pod install instructions (react#3243)
* Fixed pod install instructions
Yarn must be run prior to pod install, otherwise pod install fails with "Error: Cannot find module 'mkdirp'"
* yarn start is not necessary anymore
* Refer to rntester readme
* Update android studio screenshot (react#3253)
* Adding Android 13 Permissions into PermissionsAndroid (react#3254)
* TextInput: Add cursorColor Android prop (react#3255)
* Update Android Studio screenshot (Windows) (react#3257)
* docs (releases): small refactoring and updating templates (react#3256)
* Update documentation for keyboard events on Android (react#3259)
react/react-native@1e48274 fixed keyboard events on Android 11+ when an activity has set `android:windowSoftInputMode` to `adjustNothing`. Update the documentation to reflect the change.
* Update to Docusaurus stable release, fix alert admonition styling (react#3248)
* Change asks to ask (grammar) (react#3262)
* contributing: remove old references (react#3263)
* adding accessibilityLabelledBy to documentation (react#3249)
* Update references to Expo / Expo CLI (react#3267)
* feat(images): Adding iOS Image Cache Limits (react#3258)
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
* feat: update instructions around automatic linking (react#3269)
* Follow up from react#3267 with minor fixes (react#3270)
* nit: fix typo in new architecture docs (react#3261)
* fix typo
* fix: typescript example
* fix: lint
* make text optional
* fix(images): move app-transport-security reference (react#3271)
* fix(images): move app-transport-security reference
* feat(images): updating link references
* fix(network): change network app transport security reference
* fix(docs): updating versioned docs link reference
* Showcase page refresh (react#3235)
Co-authored-by: Lorenzo Sciandra <lorenzo.sciandra@gmail.com>
* fix: moving the Using forwardRef and Using a getter to a lower hierarchy level (react#3282)
* Upgrade toast Android example to camelCase (react#3283)
* Fix link in Introduction (react#3290)
* Fix link in Introduction
* Use new page title (potentially renaming that is a separate discussion)
* fix: push steps in a lower hierarchy level (react#3296)
* fix type in the new architecture pillars section (react#3297)
* cut 0.70 docs (take 2) (react#3295)
* Blog post for 0.70 RN release (react#3298)
* Blog post for 0.70 RN release
* Fixes and TOC
* Update my GH handle
* Update my GH handle
* Apply suggestions from code review
Co-authored-by: Riccardo <cipolleschi@fb.com>
* Update @Titozzz Twitter handle
* Add example for javaPackageName
* Update commits count
* Minor fixes to the wording
Co-authored-by: Dmytro Rykun <dmitry.rykun@gmail.com>
Co-authored-by: Riccardo <cipolleschi@fb.com>
Co-authored-by: Lorenzo Sciandra <notkelset@kelset.dev>
Co-authored-by: Marcin Kozubek <mkozubek@protonmail.com>
Co-authored-by: Malachi Gruenhagen <68450431+nurse-the-code@users.noreply.github.com>
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
Co-authored-by: Pushkar Yadav <96358784+pushkarydv@users.noreply.github.com>
Co-authored-by: Muhammad Ovi (Owais) <muhammadowaisnaseem@gmail.com>
Co-authored-by: rj-jones <85085648+rj-jones@users.noreply.github.com>
Co-authored-by: fbmal7 <105675860+fbmal7@users.noreply.github.com>
Co-authored-by: Nicola Corti <corti.nico@gmail.com>
Co-authored-by: neildhar <neildhar@users.noreply.github.com>
Co-authored-by: Lorenzo Sciandra <lsciandra@microsoft.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yvan Zhu <i@zhuyunfeng.com>
Co-authored-by: Mileta Dulović <dulovicmileta1@gmail.com>
Co-authored-by: Ricky <rickhanlonii@fb.com>
Co-authored-by: Andrew <35735666+meatnordrink@users.noreply.github.com>
Co-authored-by: LeoTM <1881059+leotm@users.noreply.github.com>
Co-authored-by: Nicola Corti <ncor@fb.com>
Co-authored-by: Oskar Kwaśniewski <oskarkwasniewski@icloud.com>
Co-authored-by: Furkan Arabacı <furkanarabaci@hotmail.com>
Co-authored-by: Marek Fořt <marekfort@me.com>
Co-authored-by: Riccardo <riccardo.cipolleschi@gmail.com>
Co-authored-by: Władysław Raczek <wsw.raczek@gmail.com>
Co-authored-by: Luna Wei <luwe@fb.com>
Co-authored-by: Evan Charlton <evancharlton@gmail.com>
Co-authored-by: Tushar Varshney <110495886+tusharvars@users.noreply.github.com>
Co-authored-by: Riccardo <cipolleschi@fb.com>
Co-authored-by: Lizzi Lindboe <lindboe@users.noreply.github.com>
Co-authored-by: Jessej Samuel <1234jessej@gmail.com>
Co-authored-by: Seph Soliman <seph@seph.dk>
Co-authored-by: Kimiyasu Morikawa <mail@alea12.net>
Co-authored-by: Agastya Darma <gedeagas22@gmail.com>
Co-authored-by: Nick Gerleman <nick@nickgerleman.com>
Co-authored-by: denis-tsoi-mox <67885203+denis-tsoi-mox@users.noreply.github.com>
Co-authored-by: fabriziobertoglio1987 <fabrizio.bertoglio@gmail.com>
Co-authored-by: Brent Vatne <brentvatne@gmail.com>
Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
Co-authored-by: nishan (o^▽^o) <nishanbende@gmail.com>
Co-authored-by: Lorenzo Sciandra <lorenzo.sciandra@gmail.com>
Co-authored-by: Lucas Alves <lcsjalves@gmail.com>
Co-authored-by: dan <dan.abramov@gmail.com>
Co-authored-by: Dmytro Rykun <dmitry.rykun@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@cortinico@kelset@Simek@facebook-github-bot