From 82314244114dbfca6c187ed57a82cee42cdb446f Mon Sep 17 00:00:00 2001 From: tknickman Date: Fri, 2 Jun 2023 12:08:08 -0400 Subject: [PATCH] chore(cli): add note about changing run summary --- cli/internal/runsummary/run_summary.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli/internal/runsummary/run_summary.go b/cli/internal/runsummary/run_summary.go index b7d10ae3646c5..42e0e5c24d7ff 100644 --- a/cli/internal/runsummary/run_summary.go +++ b/cli/internal/runsummary/run_summary.go @@ -29,6 +29,8 @@ const NoFrameworkDetected = "" // FrameworkDetectionSkipped is a string to identify when framework detection was skipped const FrameworkDetectionSkipped = "" +// NOTE: When changing this, please ensure that the server side is updated to handle the new version on vercel.com +// this is required to ensure safe handling of env vars (unknown run summary versions will be ignored on the server) const runSummarySchemaVersion = "1" type runType int