Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 369 Bytes

CONTRIBUTING.md

File metadata and controls

1 lines (1 loc) · 369 Bytes

This module uses semantic release to automate the publication of new changes. To allow this to happen, your commit message should follow the angular.js conventions. Put simply, prefix your commit message with feat:, fix:, or chore: depending on the nature of the change e.g. feat: add support for magic.js, fix: correct typo in error message, chore: fix update README.