Skip to content

Commit 71aee54

Browse files
author
wangshan
committedNov 20, 2021
chore: 构建过程或辅助工具的变动 包括但不限于文档、代码生成等)
1 parent 01f116e commit 71aee54

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎.npmrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
@OWNER:registry=https://www.npmjs.com/package/pachverb-chat
1+
tag-version-prefix=""
2+
message="chore(release): %s :tada:"

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"dev": "./node_modules/.bin/webpack server --config config/webpack.dev.js --open --progress",
8-
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
8+
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
99
"build": "./node_modules/.bin/webpack --config config/webpack.prod.js --progress",
1010
"analyz": "NODE_ENV=production npm_config_report=true npm run build",
1111
"test": "jest"

0 commit comments

Comments
 (0)
Please sign in to comment.