UNPKG

mora-scripts

Version:
18 lines (15 loc) 502 B
# Git Commit Message Format: <type>(<scope>): <subject> # # Git Commit Message Guides: http://chris.beams.io/posts/git-commit/ # # Type keywrods: feat, fix, docs, style, refactor, perf, test, chore, revert # Changelog keywrods: Added, Changed, Breaks, Deprecated, Removed, Fixed, Security # # Example: # fix($compile): couple of unit tests for IE9 # # Older IEs serialize html uppercased, but IE9 does not... # # Closes #392, #400 # Breaks foo.bar api, foo.baz should be used instead# #