Skip to content

Commit 64d5c19

Browse files
authored
Merge pull request #2372 from baronfel/add-rollforward-config
add rollforward policy to next-major
2 parents b9f2045 + 5341b76 commit 64d5c19

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"$schema": "https://gist.githubusercontent.com/natemcmaster/0bdee16450f8ec1823f2c11af880ceeb/raw/runtimeconfig.template.schema.json",
3+
// '2' allows for major-version roll-forward
4+
"rollForwardOnNoCandidateFx": 2
5+
}

0 commit comments

Comments
 (0)