diff --git a/src/changelog-schema.js b/src/changelog-schema.js index 041b4e9..2c64300 100644 --- a/src/changelog-schema.js +++ b/src/changelog-schema.js @@ -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", },