Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 561 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (12 loc) · 561 Bytes

Updating master branch

  • Update NEWS.md with the date of your change and the summary of changes that are going into this
  • Update README.md with the new version, x.y, x+1 if breaking, y+1 if not
  • Update docs/schema/concrete_info.js with new version number from above
  • Regenerate docs
    • To do this, ensure you have Python 3 (as python) with the beautifulsoup4 package and run:
      • pip install -r requirements.txt (if needed)
      • cd docs
      • sh regenerate_docs.sh $(which thrift) (or pass in another thrift executable)