Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 253 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (7 loc) · 253 Bytes

Contributing

  1. When creating a new release, run one of the following:

    • gulp bump-tag-patch
    • gulp bump-tag-minor
    • gulp bump-tag-major

    Depending on the changes.

  2. Push this up to git with something like: git push --tags.