From de8b9cb0cc08f750bf498cf08564ef95982194e3 Mon Sep 17 00:00:00 2001 From: Krzysztof Moch Date: Mon, 7 Jul 2025 14:29:25 +0200 Subject: [PATCH] chore: update release-it config --- packages/react-native-video/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-native-video/package.json b/packages/react-native-video/package.json index 8b62c220..33d3e30c 100644 --- a/packages/react-native-video/package.json +++ b/packages/react-native-video/package.json @@ -98,7 +98,7 @@ }, "release-it": { "npm": { - "publish": false + "publish": true }, "git": false, "github": { @@ -106,7 +106,7 @@ }, "hooks": { "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": {