From f8f2f8c38185da2810b3962d95703058ab7326b2 Mon Sep 17 00:00:00 2001 From: parrt Date: Tue, 24 Nov 2020 11:21:13 -0800 Subject: [PATCH] tweak script --- scripts/github_release_notes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]