[tor-commits] [tor/release-0.3.1] Add "New dependencies" as a recognized lintchanges category
nickm at torproject.org
nickm at torproject.org
Thu Jun 29 19:51:37 UTC 2017
commit 27688994a936e8c045f0273e7295b930f4ce28ae
Author: Nick Mathewson <nickm at torproject.org>
Date: Thu Jun 29 15:51:32 2017 -0400
Add "New dependencies" as a recognized lintchanges category
---
scripts/maint/lintChanges.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/maint/lintChanges.py b/scripts/maint/lintChanges.py
index bf06064..ff5ba5a 100755
--- a/scripts/maint/lintChanges.py
+++ b/scripts/maint/lintChanges.py
@@ -17,6 +17,7 @@ KNOWN_GROUPS = set([
"Major feature",
"Major features",
"New system requirements",
+ "New dependencies",
"Testing",
"Documentation",
"Code simplification and refactoring",
More information about the tor-commits
mailing list