fix: exclude CHANGELOG from output

This commit is contained in:
Cotes Chung 2022-06-10 23:27:23 +08:00
parent 96af7291ea
commit 971fe03ec3
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ exclude:
- '*.gemspec' - '*.gemspec'
- tools - tools
- README.md - README.md
- CHANGELOG.md
- LICENSE - LICENSE
- gulpfile.js - gulpfile.js
- node_modules - node_modules