Skip to content

Commit a917b39

Browse files
author
Damian Sznajder
committed
Update release-it
1 parent c55267e commit a917b39

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.release-it.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
{
2-
"safeBump": false,
32
"git": {
43
"commitMessage": ":bookmark: release %s",
54
"tagName": "v%s"
65
},
76
"scripts": {
8-
"changelog": "gitmoji-changelog",
9-
"beforeStage": "gitmoji-changelog"
7+
"changelog": "gitmoji-changelog"
108
},
119
"npm": {
12-
"publish": false
10+
"publish": true
1311
},
1412
"github": {
1513
"release": true

0 commit comments

Comments
 (0)