From 2c8f1dc59e674311b73b12d71a3852c1bb870ee2 Mon Sep 17 00:00:00 2001 From: Archie Hilton Date: Fri, 10 May 2024 12:58:10 +0100 Subject: [PATCH] Add example checklist data --- release-config.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/release-config.json b/release-config.json index 7e2acc1..d86d4f6 100644 --- a/release-config.json +++ b/release-config.json @@ -18,5 +18,19 @@ "build_file_name" : "file", "copy_extensions" : [ "hex", "elf" ] } + ], + "checklists" : [ + { + "checklist_name" : "Minor Release", + "when" : "always", + "items" : [ + "All changes merged", + "Changelog up to date", + "Version in global.h OK", + "All build configurations clean-built", + "Device display version OK", + "Startup messages OK" + ] + } ] }