Skip to content

Commit 8ce3ea1

Browse files
authored
chore: remove release-it (#216)
* chore: remove release-it * chore: changeset
1 parent 7d79825 commit 8ce3ea1

4 files changed

Lines changed: 8 additions & 20 deletions

File tree

.changeset/sixty-views-kiss.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'brownfield': patch
3+
'@callstack/brownie': patch
4+
'@callstack/brownfield-cli': patch
5+
'@callstack/react-native-brownfield': patch
6+
---
7+
8+
chore: remove release-it

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ We use [changesets](https://github.com/changesets/changesets) to make it easier
2323
- `typecheck` - runs TypeScript type checking on all TS source files in the monorepo *[Turbo]*
2424
- `build` - runs all `build*` tasks in the Turbo repo - see below for more details *[Turbo]*
2525
- `dev` - runs all `dev` tasks in all workspaces
26-
- `release` - releases a new version of React Native Brownfield package using `release-it`
2726
- `brownfield:plugin:publish:local` - publishes the Brownfield Gradle plugin to your local Maven repository for testing purposes
2827
- `build:brownfield` - builds the React Native Brownfield package (`packages/react-native-brownfield`) *[Turbo]*
2928
- `build:docs` - builds the documentation site (`docs/`) *[Turbo]*

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"typecheck": "turbo run typecheck",
1313
"build": "turbo run build",
1414
"dev": "yarn workspaces foreach -Api run dev",
15-
"release": "release-it --config packages/react-native-brownfield/.release-it.json",
1615
"ci:version": "changeset version && yarn install --no-immutable",
1716
"ci:publish": "yarn workspaces foreach --no-private -At npm publish && changeset tag",
1817
"brownfield:plugin:publish:local": "bash ./gradle-plugins/publish-to-maven-local.sh",

packages/cli/.release-it.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)