Doc: Fixed changelog generation for API

pull/2333/head
Laurent Cozic 2020-01-21 10:40:29 +00:00
parent fba325f60e
commit 4283bbde7f
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ function formatCommitMessage(msg) {
return {
type: detectType(msg),
message: msg.trim(),
subModule: subModule,
};
}