Skip to content

Commit

Permalink
chore: Add standard-version config
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrzesik committed Dec 2, 2021
1 parent 328cb01 commit 347245c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"github-release-from-cc-changelog": "^2.2.0",
"lodash": "^4.17.21",
"prettier": "^2",
"standard-version": "^9.3.2",
"tape": "*",
"tape-promise": "*"
},
Expand Down Expand Up @@ -100,6 +101,30 @@
"no-console": "off"
}
},
"standard-version": {
"skip": {
"commit": true,
"tag": true
},
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "perf",
"section": "Performance Improvements"
},
{
"type": "refactor",
"section": "Maintenance Improvements"
}
]
},
"prettier": {
"semi": true,
"singleQuote": true
Expand Down

0 comments on commit 347245c

Please sign in to comment.