1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Doc: Fixed changelog generation for API

This commit is contained in:
Laurent Cozic 2020-01-21 10:40:29 +00:00
parent fba325f60e
commit 4283bbde7f

View File

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