chore: update release-it config

This commit is contained in:
Krzysztof Moch
2025-07-07 14:29:25 +02:00
parent 0a34889796
commit de8b9cb0cc
+2 -2
View File
@@ -98,7 +98,7 @@
}, },
"release-it": { "release-it": {
"npm": { "npm": {
"publish": false "publish": true
}, },
"git": false, "git": false,
"github": { "github": {
@@ -106,7 +106,7 @@
}, },
"hooks": { "hooks": {
"before:init": "bun typecheck && bun lint", "before:init": "bun typecheck && bun lint",
"after:bump": "bun run build && cp ../../LICENSE ./LICENSE" "after:bump": "bun run build && cp ../../LICENSE ./LICENSE && cp ../../README.md ./README.md"
} }
}, },
"react-native-builder-bob": { "react-native-builder-bob": {