mirror of https://github.com/laurent22/joplin.git
Doc: Fixed changelog generation for API
parent
fba325f60e
commit
4283bbde7f
|
@ -119,6 +119,7 @@ function formatCommitMessage(msg) {
|
|||
return {
|
||||
type: detectType(msg),
|
||||
message: msg.trim(),
|
||||
subModule: subModule,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue