add the option to the schema

main
Yanick Champoux 2023-05-18 14:24:22 -04:00
parent 1c7b6158f4
commit 3f258a6e23
1 changed files with 5 additions and 0 deletions

View File

@ -50,6 +50,11 @@ export default {
with_stats: {
description: "if true, add git statistics when bumping the version.",
},
next_directory: {
type: "string",
description:
"directory where the changes for the NEXT release are stashed",
},
},
type: "object",
},