Skip to content

Commit c24a80f

Browse files
authored
[0.77] Promote 0.77 to legacy (#14376)
* Promote 0.77 to legacy * Change files * increase timeout
1 parent 25ae168 commit c24a80f

17 files changed

+65
-9
lines changed

.ado/templates/react-native-init-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ steps:
186186
${{ else }}:
187187
workingDirectory: $(Agent.BuildDirectory)\testcli
188188
restoreLockedMode: false # Allow new lockfile to be created
189-
moreMSBuildProps: ',BundleCommandTimeoutMs=60000' # Reduce bundle timeout to 1m
189+
moreMSBuildProps: ',BundleCommandTimeoutMs=120000' # Reduce bundle timeout to 2m
190190

191191
- template: upload-build-logs.yml
192192
parameters:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Promote 0.77 to legacy",
4+
"packageName": "@office-iss/react-native-win32",
5+
"email": "tatianakapos@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Promote 0.77 to legacy",
4+
"packageName": "@react-native-windows/cli",
5+
"email": "tatianakapos@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Promote 0.77 to legacy",
4+
"packageName": "@react-native-windows/codegen",
5+
"email": "tatianakapos@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Promote 0.77 to legacy",
4+
"packageName": "@react-native-windows/find-repo-root",
5+
"email": "tatianakapos@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Promote 0.77 to legacy",
4+
"packageName": "@react-native-windows/fs",
5+
"email": "tatianakapos@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Promote 0.77 to legacy",
4+
"packageName": "@react-native-windows/package-utils",
5+
"email": "tatianakapos@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Promote 0.77 to legacy",
4+
"packageName": "@react-native-windows/telemetry",
5+
"email": "tatianakapos@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Promote 0.77 to legacy",
4+
"packageName": "react-native-windows",
5+
"email": "tatianakapos@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}

packages/@office-iss/react-native-win32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"react-native": "^0.77.0"
101101
},
102102
"beachball": {
103-
"defaultNpmTag": "latest",
103+
"defaultNpmTag": "v0.77-stable",
104104
"disallowedChangeTypes": [
105105
"major",
106106
"minor",

packages/@react-native-windows/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"src/powershell"
7373
],
7474
"beachball": {
75-
"defaultNpmTag": "latest",
75+
"defaultNpmTag": "v0.77-stable",
7676
"disallowedChangeTypes": [
7777
"major",
7878
"minor",

packages/@react-native-windows/codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"src"
5858
],
5959
"beachball": {
60-
"defaultNpmTag": "latest",
60+
"defaultNpmTag": "v0.77-stable",
6161
"disallowedChangeTypes": [
6262
"major",
6363
"minor",

packages/@react-native-windows/find-repo-root/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"typescript": "5.0.4"
3333
},
3434
"beachball": {
35-
"defaultNpmTag": "latest",
35+
"defaultNpmTag": "v0.77-stable",
3636
"disallowedChangeTypes": [
3737
"major",
3838
"minor",

packages/@react-native-windows/fs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"lib-commonjs"
3737
],
3838
"beachball": {
39-
"defaultNpmTag": "latest",
39+
"defaultNpmTag": "v0.77-stable",
4040
"disallowedChangeTypes": [
4141
"major",
4242
"minor",

packages/@react-native-windows/package-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"typescript": "5.0.4"
3535
},
3636
"beachball": {
37-
"defaultNpmTag": "latest",
37+
"defaultNpmTag": "v0.77-stable",
3838
"disallowedChangeTypes": [
3939
"major",
4040
"minor",

packages/@react-native-windows/telemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"lib-commonjs"
5353
],
5454
"beachball": {
55-
"defaultNpmTag": "latest",
55+
"defaultNpmTag": "v0.77-stable",
5656
"disallowedChangeTypes": [
5757
"major",
5858
"minor",

vnext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"react-native": "^0.77.0"
9797
},
9898
"beachball": {
99-
"defaultNpmTag": "latest",
99+
"defaultNpmTag": "v0.77-stable",
100100
"disallowedChangeTypes": [
101101
"major",
102102
"minor",

0 commit comments

Comments
 (0)