Please open issues for any bugs encountered or ideas for improvements for the project.
Bug fixes and improvements are welcomed. Please verify your code changes are formatted with the project's Prettier configuration and the test suite passes. Adding new tests for your code changes is also encouraged.
- Run
yarn releaseto publish a new release. (SeereleaseCLI documentation for more information.) - For each change, use the
releaseCLI to select the appropriate semver type or ignore. - In the browser window that opens, set the GitHub Release title to the version number of the release, e.g.
2.0.11. - Publish the GitHub Release.
- In your shell, run
npm publishto publish the new release to the npm registry.