Skip to content

Commit e64244c

Browse files
author
Lars-Magnus Skog
committed
Add changelog scripts to package.json
1 parent d8c83ae commit e64244c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "tape test/*.js",
8-
"docs": "documentation readme index.js --section=API"
8+
"docs": "documentation readme index.js --section=API",
9+
"changelog:patch": "hallmark bump patch",
10+
"changelog:minor": "hallmark bump minor",
11+
"changelog:major": "hallmark bump major"
912
},
1013
"repository": {
1114
"type": "git",

0 commit comments

Comments
 (0)