This repository contains the following:
- ESLint configurations (see eslint-configs/README.md)
- Shared GitHub Workflows (see .github/workflows/reusable-*.yml)
- Shared E2E test helpers (coming soon!)
First, decide on what type of release to perform, then:
- Switch to a new branch
- Run `npm run lerna-version -- <major | minor | patch>, and commit the result
- Push the branch and create a pull request
- Once approved, merge the pull request and create a GH release with the latest version as a tag. The tag being pushed will trigger CD.