From 6705787792b4c48cef1e2b24005082e6bef7b759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Wed, 21 Jan 2026 15:54:32 +0100 Subject: [PATCH 1/2] chore: remove release-it --- CONTRIBUTING.md | 1 - package.json | 1 - packages/cli/.release-it.json | 18 ------------------ 3 files changed, 20 deletions(-) delete mode 100644 packages/cli/.release-it.json diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 49203933..7220e114 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,6 @@ We use [changesets](https://github.com/changesets/changesets) to make it easier - `typecheck` - runs TypeScript type checking on all TS source files in the monorepo *[Turbo]* - `build` - runs all `build*` tasks in the Turbo repo - see below for more details *[Turbo]* - `dev` - runs all `dev` tasks in all workspaces -- `release` - releases a new version of React Native Brownfield package using `release-it` - `brownfield:plugin:publish:local` - publishes the Brownfield Gradle plugin to your local Maven repository for testing purposes - `build:brownfield` - builds the React Native Brownfield package (`packages/react-native-brownfield`) *[Turbo]* - `build:docs` - builds the documentation site (`docs/`) *[Turbo]* diff --git a/package.json b/package.json index 45a9e068..074e302d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "typecheck": "turbo run typecheck", "build": "turbo run build", "dev": "yarn workspaces foreach -Api run dev", - "release": "release-it --config packages/react-native-brownfield/.release-it.json", "ci:version": "changeset version && yarn install --no-immutable", "ci:publish": "yarn workspaces foreach --no-private -At npm publish && changeset tag", "brownfield:plugin:publish:local": "bash ./gradle-plugins/publish-to-maven-local.sh", diff --git a/packages/cli/.release-it.json b/packages/cli/.release-it.json deleted file mode 100644 index 14ff340f..00000000 --- a/packages/cli/.release-it.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://unpkg.com/release-it@19/schema/release-it.json", - "git": { - "commitMessage": "chore: release ${version}", - "tagName": "v${version}" - }, - "npm": { - "publish": true - }, - "github": { - "release": true - }, - "plugins": { - "@release-it/conventional-changelog": { - "preset": "angular" - } - } -} From 0bd212bafdd3c4b37fe443bb05b492e423e98146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Wed, 21 Jan 2026 15:54:52 +0100 Subject: [PATCH 2/2] chore: changeset --- .changeset/sixty-views-kiss.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changeset/sixty-views-kiss.md diff --git a/.changeset/sixty-views-kiss.md b/.changeset/sixty-views-kiss.md new file mode 100644 index 00000000..661fb32a --- /dev/null +++ b/.changeset/sixty-views-kiss.md @@ -0,0 +1,8 @@ +--- +'brownfield': patch +'@callstack/brownie': patch +'@callstack/brownfield-cli': patch +'@callstack/react-native-brownfield': patch +--- + +chore: remove release-it