Skip to content

Commit

Permalink
chore add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchox5 committed Mar 23, 2024
1 parent 986699a commit bf8cd89
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 @@ -5,7 +5,8 @@
"main": "./bin/index.js",
"bin": "./bin/index.js",
"scripts": {
"start": "./bin/index.js"
"release": "npx @tinybox/release",
"postversion": "npx @tinybox/changelog && git add CHANGELOG.md && git commit -m \"Bumped version\" && git push --follow-tags"
},
"author": "Juan Martin Muda",
"license": "MIT",
Expand Down

0 comments on commit bf8cd89

Please sign in to comment.