Skip to content

Commit

Permalink
fix(standard-version): use -t flag correctly, autocommit changelog an…
Browse files Browse the repository at this point in the history
…d release bump (#310)
  • Loading branch information
haworku committed Jul 13, 2020
1 parent 2f3ae4d commit a96591e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"build": "webpack -p",
"build:watch": "webpack --watch",
"lint": "tsc --noEmit && eslint --ext js,jsx,ts,tsx src && stylelint \"src/**/*.{css,scss}\"",
"release": "standard-version -t",
"release": "standard-version -t ''",
"prepublishOnly": "yarn build",
"happo": "happo",
"happo-ci": "happo-ci-circleci",
Expand Down Expand Up @@ -153,8 +153,7 @@
},
"standard-version": {
"skip": {
"tag": true,
"commit": true
"tag": true
},
"types": [
{
Expand Down

0 comments on commit a96591e

Please sign in to comment.