Add example checklist data
This commit is contained in:
parent
5287e35a01
commit
2c8f1dc59e
|
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue