Skip to content

Commit

Permalink
refactor: Set default release increment as patch
Browse files Browse the repository at this point in the history
  • Loading branch information
hash-bang committed Apr 15, 2024
1 parent 0caf39c commit ab90c11
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 @@ -11,7 +11,7 @@
"build:docs:api": "documentation build lib/terafy.client.js lib/projectFile.js --format html --config documentation.yml --output docs/",
"build:docs:markdown": "documentation build lib/terafy.client.js lib/projectFile.js --format md --markdown-toc --output api.md",
"lint": "eslint .",
"release": "release-it",
"release": "release-it --increment=patch",
"watch": "nodemon --watch lib --exec npm run build"
},
"type": "module",
Expand Down

0 comments on commit ab90c11

Please sign in to comment.