Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 612 Bytes

File metadata and controls

13 lines (9 loc) · 612 Bytes

Contributing

Release new version

All commit messages have to be in the format of the conventionalcommits.org specification.

  1. Make sure your are on the main branch.
  2. Make sure you have committed everything and your code is working.
  3. Run npx standard-version
  4. Push your changes to the repository and the main branch.
  5. The package will be automatically released on a new version to rubygems.org (https://rubygems.org/gems/).

For more detailed instructions read standard-version documentation.