close
The Wayback Machine - https://web.archive.org/web/20211027195814/https://github.com/antlr/antlr4/commit/f8f2f8c38185da2810b3962d95703058ab7326b2
Skip to content
Permalink
Browse files
tweak script
  • Loading branch information
parrt committed Nov 24, 2020
1 parent fc640c9 commit f8f2f8c38185da2810b3962d95703058ab7326b2
Showing with 1 addition and 1 deletion.
  1. +1 −1 scripts/github_release_notes.py
@@ -5,7 +5,7 @@
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]

0 comments on commit f8f2f8c

Please sign in to comment.