Skip to content

Commit f8085bd

Browse files
committed
Move .react-version since it's purely a Github concern
1 parent a2fb505 commit f8085bd

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Diff for: .react-version renamed to .github/.react-version

File renamed without changes.

Diff for: .github/labeler.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
"packages/next/**",
7373
"packages/react-refresh-utils/**"
7474
],
75-
"type: react-sync": [".react-version"]
75+
"type: react-sync": [".github/.react-version"]
7676
}
7777
}

Diff for: scripts/sync-react.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Or run this command again without the --no-install flag to do both automatically
177177
)
178178
}
179179

180-
await fsp.writeFile(path.join(cwd, '.react-version'), newVersionStr)
180+
await fsp.writeFile(path.join(cwd, '.github/.react-version'), newVersionStr)
181181

182182
console.log(
183183
`Successfully updated React from ${baseSha} to ${newSha}.\n` +

0 commit comments

Comments
 (0)