Skip to content

Commit 89e4cb8

Browse files
committed
Add release-it tool to repo
1 parent 1dd58a7 commit 89e4cb8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.release-it.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"github": {
3+
"release": true
4+
}
5+
}

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
},
99
"scripts": {
1010
"test": "echo \"Error: no test specified\" && exit 1",
11-
"build": "rm -rf dist/ && tsc"
11+
"build": "rm -rf dist/ && tsc",
12+
"release": "release-it"
1213
},
1314
"author": "",
1415
"license": "ISC",
@@ -40,6 +41,7 @@
4041
"@types/crypto-js": "^4.1.1",
4142
"@types/inquirer": "^8.2.1",
4243
"@types/set-cookie-parser": "^2.4.2",
44+
"release-it": "^15.5.0",
4345
"typescript": "^4.9.3"
4446
}
4547
}

0 commit comments

Comments
 (0)