From a14266e46466d02871bc3edc2a9229dcfa5acc89 Mon Sep 17 00:00:00 2001 From: Matias Niemelä Date: Fri, 6 Dec 2013 12:54:20 -0500 Subject: chore(CHANGELOG): introduce perf() section for performance-related commits Instead of using fix() or chore() when labelling a commit which improves speed or performance use perf(). Perf commits will be listed in the CHANGELOG under "Performance Improvements". For example: perf($animate): cache all getComputedStyle operations to reduce additional reflows --- validate-commit-msg.js | 1 + 1 file changed, 1 insertion(+) (limited to 'validate-commit-msg.js') diff --git a/validate-commit-msg.js b/validate-commit-msg.js index da069998..c68ebb74 100755 --- a/validate-commit-msg.js +++ b/validate-commit-msg.js @@ -21,6 +21,7 @@ var TYPES = { docs: true, style: true, refactor: true, + perf: true, test: true, chore: true, revert: true -- cgit v1.2.3