Skip to content

Commit

Permalink
chore(package.json and changelog.md): add standard-version
Browse files Browse the repository at this point in the history
Add standard-version to auto generate releases and app version
  • Loading branch information
amoncaldas committed Jul 2, 2021
1 parent 4992ee3 commit 05787d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"test": "npm run unit && npm run e2e",
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs",
"build": "node build/build.js",
"commit" : "git-cz"
"commit": "git-cz",
"release": "standard-version"
},
"dependencies": {
"@babel/eslint-parser": "^7.11.3",
Expand Down

0 comments on commit 05787d2

Please sign in to comment.