Skip to content

Commit 97d5a00

Browse files
committed
Add publishing support
1 parent 84037b8 commit 97d5a00

File tree

3 files changed

+5405
-766
lines changed

3 files changed

+5405
-766
lines changed

.release-it.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"verbose": true,
3+
"pkgFiles": ["package.json", "package-lock.json"],
4+
"requireCleanWorkingDir": true,
5+
"src": {
6+
"beforeStartCommand": "npm run test:auth",
7+
"afterReleaseCommand": "git describe --abbrev=0 --tags"
8+
},
9+
"npm": {
10+
"publish": true
11+
},
12+
"github": {
13+
"release": true
14+
},
15+
"prompt": {
16+
"src": {
17+
"status": true,
18+
"tag": true,
19+
"release": true,
20+
"publish": true
21+
}
22+
}
23+
}

0 commit comments

Comments
 (0)