We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a83fa commit acbe92cCopy full SHA for acbe92c
.ado/publish.js
@@ -137,7 +137,7 @@ function doPublish() {
137
},
138
body: JSON.stringify({
139
tag_name: `v${releaseVersion}`,
140
- target_commitish: publishBranchName,
+ target_commitish: tempPublishBranch,
141
name: `v${releaseVersion}`,
142
body: `v${releaseVersion}`,
143
draft: false,
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native",
3
- "version": "0.0.2-microsoft.6",
+ "version": "0.0.2-microsoft.8",
4
"description": "[Microsoft Fork] A framework for building native apps using React",
5
"license": "MIT",
6
"repository": {
0 commit comments