-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[0.62] Provide information to metro to redirect to rn-macos when building macos #596
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ pr: | |
include: | ||
- master | ||
- 0.59-stable | ||
- 0.62-stable | ||
paths: | ||
exclude: | ||
- '*.md' | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ pr: | |
include: | ||
- master | ||
- 0.59-stable | ||
- 0.62-stable | ||
paths: | ||
exclude: | ||
- '*.md' | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ steps: | |
- task: CmdLine@2 | ||
displayName: Bump package version | ||
inputs: | ||
script: node scripts/bump-oss-version.js --nightly | ||
script: node scripts/bump-oss-version.js --ci 0.62.1000 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does this mean we now have to update this every time we create a new stable branch or could this be inferred by the script from the current branch name? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. To bump the stable version of the |
||
|
||
- script: | | ||
npm publish --registry http://localhost:4873 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can’t these (going forward in
master
) be*-stable
?