Skip to content

Commit adbcaa5

Browse files
committed
[WIP] chore(docs): add releases section
1 parent 478dd4d commit adbcaa5

10 files changed

Lines changed: 82 additions & 307 deletions

File tree

docs_archive/GitFlow.md

Lines changed: 0 additions & 88 deletions
This file was deleted.

docs_archive/Releases.md

Lines changed: 0 additions & 217 deletions
This file was deleted.
-228 KB
Binary file not shown.
-98.5 KB
Binary file not shown.

docsite/docs/contributing/versioning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ sidebar_position: 3
55

66
# Versioning
77

8-
React Native macOS uses [NX Release](https://nx.dev/features/manage-releases) to control it's versioning. Our minor releases are synced to upstream releases of React Native, but our patch versions may differ. For instance, `react-native-macos@0.78.5` corresponds to `react-native@0.78.2`. You can find out how we sync our releases by looking at our packages' [React Native peer dependency](https://github.com/microsoft/react-native-macos/blob/8f8fd013d2a36cf2635dbcef76970119f7672b51/packages/react-native/package.json#L105).
8+
React Native macOS uses [NX Release](https://nx.dev/features/manage-releases) to control it's versioning. Our minor releases are synced to upstream releases of React Native, but our patch versions may differ. For instance, `react-native-macos@0.78.5` corresponds to `react-native@0.78.2`. You can find out how we sync our releases by looking at our packages' [react-native peer dependency](https://github.com/microsoft/react-native-macos/blob/8f8fd013d2a36cf2635dbcef76970119f7672b51/packages/react-native/package.json#L105).
99

1010
## How to push a new patch release
1111

12-
If you have a PR you'd like to be included in a new release, you can add a [Version Plan](https://nx.dev/recipes/nx-release/file-based-versioning-version-plans#file-based-versioning-version-plans) to it.
12+
If you have a PR you'd like to be included in a new release, you can add a [version plan](https://nx.dev/recipes/nx-release/file-based-versioning-version-plans#file-based-versioning-version-plans) to it.
1313

1414
```shell
1515
yarn nx release plan --message 'fix some bug' --only-touched=false patch
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"label": "Releases",
3+
"position": 5,
4+
"link": { "type": "generated-index", "description": "Release guide for react-native-macos" },
5+
"collapsed": false
6+
}

0 commit comments

Comments
 (0)