Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 657 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 657 Bytes

Contributing

Welcome! We are very excited that you are interested in contributing to Coral.

Releasing

When you're ready to release a new vesrion of @coralproject/events, you can do the following:

  1. Run npm version --no-git-tag-version (major|minor|patch) to update the version number in package files.
  2. Push the changes to a new branch, and submit a PR against main.
  3. Once the changes have been approved, and all the code you want to deploy for the version is in main, create a release with the version number: v0.4.0 (Note that the v prefix is required)

CircleCI will run your tests and release the new version for you.