mkr/release-config.json

37 lines
926 B
JSON

{
"product_name" : "Product_Name",
"gsd" : "999999",
"releases_directory": "Releases",
"changelog":"changelogs/",
"releases" : [
{
"release_name": "Release",
"description": "Release Build",
"build_directory" : "build/release",
"build_file_name" : "file",
"copy_extensions" : [ "hex", "elf" ]
},
{
"release_name": "Debug",
"description": "Debugging Build",
"build_directory" : "build/debug",
"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"
]
}
]
}