Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 386 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 386 Bytes

Contributing

Publish releases

  1. Edit the gemspec file and bump spec.version.
  2. Commit to Git with message Tag vX.Y.Z, and push to main branch.
  3. Tag commit as vX.Y.Z and push tag.

CI will create the package and upload it to rubygems.org.

Update vendored dependencies

  • typesense-minibar

See also Makefile.

make deps