From fb4071c57b291651c607898bf7820fd7d0e3db8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=9F=E5=BF=97=E9=9B=84?= Date: Thu, 10 Jan 2019 19:52:26 +0800 Subject: [PATCH] feat(ce): ce ce --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 2f8344b..9e7e0fe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,6 @@ { "name": "hexo-site", "version": "1.0.1", - "private": true, "author": "Feax", "description": "博客备份", "main": "index.js", @@ -14,7 +13,7 @@ "g": "hexo g", "init": "commitizen init cz-conventional-changelog --save --save-exact", "cz": "git add . && git cz", - "log": "conventional-changelog -p angular -i CHANGELOG.md -s", + "log": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", "release": "./scripts/release.sh", "changeissueurl": "replace 'https://github.com/myproject/issues/' 'https://redmine.example.com/' CHANGELOG.md", "setv": "standard-version"