From 70931de6ff62f3732796cbd43f757138e59bef21 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= <sumneko@hotmail.com>
Date: Thu, 8 Jul 2021 19:15:00 +0800
Subject: [PATCH] add `server/changelog.md`

---
 publish.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/publish.lua b/publish.lua
index f6f87d5..e65d2a9 100644
--- a/publish.lua
+++ b/publish.lua
@@ -165,6 +165,7 @@ local count = copyFiles(ROOT , out) {
         ['test']              = true,
         ['test.lua']          = true,
         ['debugger.lua']      = true,
+        ['changelog.md']      = true,
         ['meta']              = {
             ['template']      = true,
             ['3rd']           = true,
-- 
GitLab