Skip to content

Commit

Permalink
chore: Preconfigure "patch" version in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
karfau committed Oct 31, 2022
1 parent 0d6e3a1 commit a627fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
"stryker:dry-run": "stryker run -m '' --reporters progress",
"test": "jest",
"testrelease": "npm test && eslint lib",
"release": "np --no-yarn --test-script testrelease --branch release-0.7.x --tag lts"
"release": "np --no-yarn --test-script testrelease --branch release-0.7.x --tag lts patch"
},
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit a627fbc

Please sign in to comment.