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" + ] + } ] }