We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 01f116e commit 71aee54Copy full SHA for 71aee54
.npmrc
@@ -1 +1,2 @@
1
-@OWNER:registry=https://www.npmjs.com/package/pachverb-chat
+tag-version-prefix=""
2
+message="chore(release): %s :tada:"
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"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",
+ "version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
9
"build": "./node_modules/.bin/webpack --config config/webpack.prod.js --progress",
10
"analyz": "NODE_ENV=production npm_config_report=true npm run build",
11
"test": "jest"
0 commit comments