Commit Graph

3 Commits

Author SHA1 Message Date
Cole Gleason
5d6cdcfa82 chore(changelog): change max commit message length back to 999 (sorry, @lefnire! 2014-01-28 16:37:19 -06:00
Cole Gleason
c781f46d53 chore(changelog): add interface and i18n types, update tests
This adds extra types that Angular doesn't use. "interface" is for
frontend related changes etc. "i18n" means internationalization and
refers to translations, etc.

Fixes #2622.
2014-01-28 16:30:59 -06:00
Cole Gleason
1b170158ce chore(changelog): add commit-msg hook to verify commit messages
This adds a Git commit-msg hook which runs after a commit message is
written. It verifies that is matches a certain spec as defined by the
AngularJS document here:
https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit#
This will allow for autmoated generation of Changelog.md in the future.

Migration notes: Please run `ln -sf ../../validate-commit-msg.js
.git/hooks/commit-msg` to install the commit hook.
2014-01-16 01:01:00 -06:00