From 0f55a372bf7f5fadbef5ed80da2152c46468e7b4 Mon Sep 17 00:00:00 2001 From: Krzysztof Moch Date: Mon, 30 Jun 2025 18:49:11 +0200 Subject: [PATCH] chore: prepare for release --- README.md | 2 +- package.json | 7 ++- packages/react-native-video/package.json | 11 ++-- scripts/release.js | 66 ------------------------ scripts/release.sh | 22 ++++++++ 5 files changed, 33 insertions(+), 75 deletions(-) delete mode 100644 scripts/release.js create mode 100755 scripts/release.sh diff --git a/README.md b/README.md index e91fd41c..879186f3 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The most battle-tested open-source video player component for React Native with ## 📚 Documentation & Examples - 📖 Documentation - In progress 🏗️, will be available soon -- 📦 [Example: Basic Usage](https://github.com/TheWidlarzGroup/react-native-video-v7/tree/master/example) +- 📦 [Example: Basic Usage](https://github.com/TheWidlarzGroup/react-native-video/tree/master/example) - 📦 [Example: Free DRM Stream](https://www.thewidlarzgroup.com/services/free-drm-token-generator-for-video?utm_source=rnv&utm_medium=readme&utm_id=free-drm) - 📦 [Example: Offline SDK integration](https://docs.thewidlarzgroup.com/offline-video-sdk) diff --git a/package.json b/package.json index f737799a..ab700099 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "@react-native-video", "packageManager": "bun@1.1.42", + "version": "7.0.0-dev.13", "private": true, - "repository": "https://github.com/TheWidlarzGroup/react-native-video-v7", + "repository": "https://github.com/TheWidlarzGroup/react-native-video", "author": "TheWidlarzGroup (https://github.com/TheWidlarzGroup)", "workspaces": [ "packages/react-native-video", @@ -16,7 +17,9 @@ "clean": "git clean -xdf", "react-native-video": "bun run --cwd packages/react-native-video", "example": "bun run --cwd example", - "postinstall": "patch-package --patch-dir example/patches" + "postinstall": "patch-package --patch-dir example/patches", + "release:github": "release-it --preRelease alpha", + "release": "./scripts/release.sh" }, "devDependencies": { "@eslint/js": "^9.10.0", diff --git a/packages/react-native-video/package.json b/packages/react-native-video/package.json index f11562cc..541ff3a7 100644 --- a/packages/react-native-video/package.json +++ b/packages/react-native-video/package.json @@ -1,6 +1,6 @@ { "name": "react-native-video", - "version": "7.0.0-dev.12", + "version": "7.0.0-dev.13", "description": "