Skip to content

Commit eab7659

Browse files
authored
ci(0.77): Downgrade 0.77 from latest to stable (#2446)
1 parent 1cd2eed commit eab7659

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.ado/templates/npm-publish-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
parameters:
22
# If this is a new stable branch, change `publishTag` to `latest` when going stable
3-
publishTag: 'latest'
3+
publishTag: 'v0.77-stable'
44

55
steps:
66
- template: /.ado/templates/configure-git.yml@self
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
react-native-macos: patch
3+
'@react-native-mac/virtualized-lists': patch
4+
---
5+
6+
Release a new patch release of 0.77

nx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@
2727
"generatorOptions": {
2828
"currentVersionResolver": "registry",
2929
"currentVersionResolverMetadata": {
30-
"tag": "latest"
30+
"tag": "v0.77-stable"
3131
},
32+
"fallbackCurrentVersionResolver": "disk",
3233
"skipLockFileUpdate": true
3334
}
3435
}

0 commit comments

Comments
 (0)