feat(ce): ce

ce
This commit is contained in:
江志雄 2019-01-10 19:52:26 +08:00
parent 4aabe4cea8
commit fb4071c57b

View File

@ -1,7 +1,6 @@
{ {
"name": "hexo-site", "name": "hexo-site",
"version": "1.0.1", "version": "1.0.1",
"private": true,
"author": "Feax", "author": "Feax",
"description": "博客备份", "description": "博客备份",
"main": "index.js", "main": "index.js",
@ -14,7 +13,7 @@
"g": "hexo g", "g": "hexo g",
"init": "commitizen init cz-conventional-changelog --save --save-exact", "init": "commitizen init cz-conventional-changelog --save --save-exact",
"cz": "git add . && git cz", "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", "release": "./scripts/release.sh",
"changeissueurl": "replace 'https://github.com/myproject/issues/' 'https://redmine.example.com/' CHANGELOG.md", "changeissueurl": "replace 'https://github.com/myproject/issues/' 'https://redmine.example.com/' CHANGELOG.md",
"setv": "standard-version" "setv": "standard-version"