Skip to content

Commit

Permalink
Merge pull request #2372 from baronfel/add-rollforward-config
Browse files Browse the repository at this point in the history
add rollforward policy to next-major
  • Loading branch information
matthid authored Aug 12, 2019
2 parents b9f2045 + 5341b76 commit 64d5c19
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/fake-cli/runtimeconfig.template.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 64d5c19

Please sign in to comment.