From 3f258a6e232e3e56a1137716e1f1bfdfbac3ca4a Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Thu, 18 May 2023 14:24:22 -0400 Subject: [PATCH] add the option to the schema --- src/changelog-schema.js | 5 +++++ 1 file changed, 5 insertions(+) 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", },