From 5341b763024696de7c561e4fd688a43b958d97ee Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Mon, 12 Aug 2019 16:36:12 -0400 Subject: [PATCH] add rollforward policy to next-major --- src/app/fake-cli/runtimeconfig.template.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/app/fake-cli/runtimeconfig.template.json diff --git a/src/app/fake-cli/runtimeconfig.template.json b/src/app/fake-cli/runtimeconfig.template.json new file mode 100644 index 00000000000..7e56d10722a --- /dev/null +++ b/src/app/fake-cli/runtimeconfig.template.json @@ -0,0 +1,5 @@ +{ + "$schema": "https://gist.githubusercontent.com/natemcmaster/0bdee16450f8ec1823f2c11af880ceeb/raw/runtimeconfig.template.schema.json", + // '2' allows for major-version roll-forward + "rollForwardOnNoCandidateFx": 2 +}