Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 634 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (19 loc) · 634 Bytes

Testing Locally

  1. Clone the repo
  2. From the root, run yarn start
  3. Visit localhost:3000

Publishing a Release

Release Branch

  1. Checkout main locally
  2. Increment the version number in packages/react-arborist/package.json
  3. Create a branch called release/v0.0.0
  4. Open a PR to main
  5. Test, review, and merge, don't delete branch

Create Github Release

  1. Create a release based on release/v0.0.0
  2. Assign a new tag to be created with v0.0.0
  3. Title the release "Version 0.0.0"
  4. Write release notes
  5. Publish
  6. Check that it successfully published to npmjs

The Github actions workflow will publish to npm.