Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 237 Bytes

MAINTAINING.md

File metadata and controls

13 lines (9 loc) · 237 Bytes

Releasing

Call gulp release to release a new patch version. For minor or major releases, use the --type flag:

$ gulp release --type minor

To push the release commit and tag:

$ git push --follow-tags