From 4aabe4cea8e0fe150ad44c3f56a3208af542aff2 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:34:58 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95):=20=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 测试 BREAKING CHANGE: ttoo fix #333 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b04966..2f8344b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,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 -r 0", + "log": "conventional-changelog -p angular -i CHANGELOG.md -s", "release": "./scripts/release.sh", "changeissueurl": "replace 'https://github.com/myproject/issues/' 'https://redmine.example.com/' CHANGELOG.md", "setv": "standard-version"