Skip to content

Commit 51d2cfc

Browse files
committed
build: Fix release-it config
1 parent 2c9a444 commit 51d2cfc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.release-it.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"git checkout develop"
77
]
88
},
9+
"git": {
10+
"tag": false,
11+
"push": false
12+
},
913
"github": {
1014
"release": true,
1115
"web": true,

0 commit comments

Comments
 (0)