Add example checklist data

This commit is contained in:
Archie Hilton 2024-05-10 12:58:10 +01:00
parent 5287e35a01
commit 2c8f1dc59e
1 changed files with 14 additions and 0 deletions

View File

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