Skip to content

Commit

Permalink
Add changelog scripts to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphtheninja committed Sep 20, 2021
1 parent d8c83ae commit e64244c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"main": "index.js",
"scripts": {
"test": "tape test/*.js",
"docs": "documentation readme index.js --section=API"
"docs": "documentation readme index.js --section=API",
"changelog:patch": "hallmark bump patch",
"changelog:minor": "hallmark bump minor",
"changelog:major": "hallmark bump major"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e64244c

Please sign in to comment.