From 971fe03ec329ae49e7d60fe3af6101cfbd1acd6c Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Fri, 10 Jun 2022 23:27:23 +0800 Subject: [PATCH] fix: exclude CHANGELOG from output --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index ad085a8..640180d 100644 --- a/_config.yml +++ b/_config.yml @@ -185,6 +185,7 @@ exclude: - '*.gemspec' - tools - README.md + - CHANGELOG.md - LICENSE - gulpfile.js - node_modules