Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 481 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (17 loc) · 481 Bytes

Contributing

Pull requests welcome. These are mainly notes for myself.

Releasing a new version

  1. Merge in changes
  2. Update CHANGELOG.md
  3. (if applicable) update screen shot.
    • Take screenshot in simulator
    • Use this page to create mockup image
    • Replace in GH mardown editor, set image width to 500px
  4. Create tag
    yarn version --minor
    
  5. Push up tag
    git push --follow-tags