Skip to content

Commit b5a0673

Browse files
committed
chore(bentocache): update release-it config
1 parent 274c134 commit b5a0673

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/bentocache/package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,13 @@
117117
},
118118
"release-it": {
119119
"git": {
120-
"commitMessage": "chore(release): ${version}",
121-
"tagAnnotation": "release ${version}"
120+
"commitMessage": "chore(release): bentocache@${version}",
121+
"tagAnnotation": "release ${version}",
122+
"tagName": "bentocache@${version}"
122123
},
123124
"github": {
124125
"release": true,
126+
"releaseName": "bentocache@${version}",
125127
"web": true
126128
}
127129
}

0 commit comments

Comments
 (0)