Skip to content

Commit

Permalink
Prompt only version on release
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Jun 2, 2021
1 parent 2f049e4 commit e5cf178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"start:dev:server": "ts-node-dev --rs example.ts",
"start:dev": "concurrently \"yarn start:dev:ui\" \"yarn start:dev:server\"",
"test": "lerna run test",
"release": "release-it"
"release": "release-it --only-version"
},
"devDependencies": {
"@babel/core": "^7.14.3",
Expand Down

0 comments on commit e5cf178

Please sign in to comment.