diff --git a/scripts/github_release_notes.py b/scripts/github_release_notes.py index 0d5a0a492..08670087a 100644 --- a/scripts/github_release_notes.py +++ b/scripts/github_release_notes.py @@ -5,7 +5,7 @@ from github import Github from collections import Counter import sys -TARGETS = ['csharp', 'cpp', 'go', 'java', 'javascript', 'python2', 'python3', 'swift', 'php'] +TARGETS = ['csharp', 'cpp', 'go', 'java', 'javascript', 'python2', 'python3', 'swift', 'php', 'dart'] TOKEN=sys.argv[1] MILESTONE=sys.argv[2]