Skip to content

Commit

Permalink
fix(versioning): add minor release script
Browse files Browse the repository at this point in the history
  • Loading branch information
JMaio committed Dec 24, 2020
1 parent d103909 commit ddfb563
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
"deploy": "gh-pages -d build",
"lint": "eslint \"./src/**.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint \"./src/**/*.{js,jsx,ts,tsx}\" --fix",
"release": "standard-version"
"release": "standard-version",
"release:patch": "yarn release --release-as patch"
},
"eslintConfig": {
"extends": "react-app"
Expand Down

0 comments on commit ddfb563

Please sign in to comment.