Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 773 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 773 Bytes

✨ Thanks for contributing to the Solana Block Explorer! ✨

As a contributor, here are the guidelines we would like you to follow:

We use semantic-release to release new versions automatically from the master branch:

  • Commits of type fix will trigger bugfix releases, think 0.0.1
  • Commits of type feat will trigger feature releases, think 0.1.0
  • Commits with BREAKING CHANGE in body or footer will trigger breaking releases, think 1.0.0

All other commit types will trigger no new release.