require changelog

This commit is contained in:
Timo Hocker 2020-07-19 10:36:45 +02:00
parent 28fae0cf69
commit 1c4224adf6

2
ci.js
View File

@ -63,7 +63,7 @@ if (fs.existsSync ('CHANGELOG.md')) {
}
else {
console.log ('changelog does not exist');
// ok = false; disable until all modules have a changelog
ok = false;
}
if (ok)