Skip to content

Commit

Permalink
docs: tweak CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
longlho committed Oct 17, 2022
1 parent 0f50ea6 commit 74a27db
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ Pull requests are very welcome, but should be within the scope of the project, a
To setup locally, first initialize the git submodule:

```sh
> git submodule init
> git submodule update
> bazel run //tools:update_submodules
```

Now you can build & test with `pnpm`:
Expand All @@ -55,13 +54,12 @@ npm run examples
Releases can be done with the following steps:

```sh
npm run release
```

To publish next tag

```sh
npm run release:next
npm run prerelease
bazel build :dist
mkdir ../formatjs2
\cp -rf dist/bin/formatjs_dist/ ../formatjs2/
cd ../formatjs2/
npx pnpm -r publish
```

### Updating tzdata version
Expand Down

0 comments on commit 74a27db

Please sign in to comment.