forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(0.76): prepare to publish @react-native-mac/virtualized-lists vers…
…ion `0.76.0` (#2251) ## Summary: Our publish pipelines are still a mess, in between [beachball](https://microsoft.github.io/beachball/), the custom scripts we inherit from React Native Core, and our own Azure Pipelines publish pipeline. This means that publishing a new minor looks like: 1. Set up the monorepo packages we fork (only `virtualized-lists` right now) to publish a new `0.N.0` release by downgrading to `0.N-1.99` and adding a change file to publish the new minor. We did this in [0.75 as well](d9e7ee9#diff-18bf2abf141c729ca075d35babc61e205e3c8c5d1dbb72130446cc0426e3e0ebR116). 2. Publish the new `react-native-macos` minor afterwards. This PR does step 1, with step 2 as a followup ## Test Plan: CI should pass
- Loading branch information
Showing
5 changed files
with
17 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
change/@react-native-mac-virtualized-lists-ea506566-9d65-477c-a749-d3252327432b.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "minor", | ||
"comment": "chore(0.76): Merge up to 0.76.0 (#2232)", | ||
"packageName": "@react-native-mac/virtualized-lists", | ||
"email": "[email protected]", | ||
"dependentChangeType": "none" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters