Skip to content

Commit

Permalink
chore: update contributing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaellis committed Apr 18, 2021
1 parent 3df49c7 commit ea04ce3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
1 change: 0 additions & 1 deletion .meta
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"projects": {
"docs": "https://github.com/react-spring/react-spring.io.git",
"examples": "https://github.com/react-spring/react-spring-examples.git"
}
}
12 changes: 3 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
1. Clone this repository:

```sh
git clone https://github.com/react-spring/react-spring -b v9
git clone https://github.com/pmndrs/react-spring
cd react-spring
```

Expand All @@ -14,7 +14,7 @@ cd react-spring
```sh
yarn

# Clone the docs and examples (optional)
# Clone the docs (optional)
yarn meta git update
```

Expand Down Expand Up @@ -72,11 +72,5 @@ React 16.8+ has global state to support its "hooks" feature, so you need to ensu
To publish a new version:

```
yarn release
```
To publish a **canary** version:
```
yarn release --canary
yarn release major | minor | patch --tag
```

0 comments on commit ea04ce3

Please sign in to comment.