Skip to content

Commit c4c25e1

Browse files
committed
Fix releaser
1 parent 926df04 commit c4c25e1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

frontend/packages/kitconcept-website/.release-it.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"plugins": {
3+
"../../core/packages/scripts/prepublish.js": {}
4+
},
25
"hooks": {
36
"after:bump": [
47
"pipx run towncrier build --draft --yes --version ${version} > .changelog.draft",
@@ -13,6 +16,9 @@
1316
"commit": false,
1417
"tag": false
1518
},
19+
"npm": {
20+
"publish": false
21+
},
1622
"github": {
1723
"release": false,
1824
"releaseName": "${version}",

0 commit comments

Comments
 (0)