Skip to main content
Module

x/react_querybuilder/CHECKLIST.md

A QueryBuilder component for React
Go to Latest
File

Checklist for publishing

  1. Update CHANGELOG.md with changes per Keep a Changelog format
  2. Update documentation in react-querybuilder.github.io repo
  3. Run yarn lerna version [major|minor|patch|prerelease] --no-push (also runs the version script in ./package.json before committing and tagging)
  4. Check that all the dependencies have the new version number
  5. Run yarn lerna publish from-git (with --dist-tag next if version is prerelease)