Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 623 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (11 loc) · 623 Bytes

Contributing guidelines

Release process

  1. Create a new branch for the release, e.g. release-1.2
  2. Create a new release candidate using command make preminor (or make prepatch or make premajor depending on the type of release)
  3. Then push code and tags using the command make release
  4. Test release candidate
  5. If everything is ok, create a new release using the command make minor (or make patch or make major depending on the type of release)
  6. Then push code and tags using the command make release
  7. Update documentation
  8. Create PR for the main branch
  9. Create a new release in GitHub