Skip to content

Commit

Permalink
feat: use standard-version to manage releases
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisbelt committed Aug 8, 2019
1 parent 88601b7 commit 4ac0d9c
Show file tree
Hide file tree
Showing 2 changed files with 513 additions and 26 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"format": "eslint --ext .js,.vue --ignore-path .gitignore --fix .",
"precommit": "yarn lint"
"precommit": "yarn lint",
"release": "standard-version"
},
"dependencies": {
"@nuxtjs/axios": "^5.5.4",
Expand All @@ -32,6 +33,7 @@
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-vue": "^5.2.3",
"husky": "^3.0.3",
"prettier": "^1.18.2"
"prettier": "^1.18.2",
"standard-version": "^7.0.0"
}
}
Loading

0 comments on commit 4ac0d9c

Please sign in to comment.