From 1c4224adf61aac6d81ad08b0f4949cb3ad10047a Mon Sep 17 00:00:00 2001
From: Timo Hocker <timo@scode.ovh>
Date: Sun, 19 Jul 2020 10:36:45 +0200
Subject: [PATCH] require changelog

---
 ci.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci.js b/ci.js
index e47f143..22fc2b3 100644
--- a/ci.js
+++ b/ci.js
@@ -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)