Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/sixty-views-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'brownfield': patch
'@callstack/brownie': patch
'@callstack/brownfield-cli': patch
'@callstack/react-native-brownfield': patch
---

chore: remove release-it
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]*
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
18 changes: 0 additions & 18 deletions packages/cli/.release-it.json

This file was deleted.

Loading