Skip to content

Commit fbb7a4a

Browse files
authored
add hint for cli (Azure#30278)
1 parent 83a6833 commit fbb7a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release_helper/python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
_MultiAPI = 'MultiAPI'
2020
# record published issues
2121
_FILE_OUT = 'published_issues_python.csv'
22-
_HINTS = ["FirstGA", "FirstBeta", "HoldOn", "OnTime"]
22+
_HINTS = ["FirstGA", "FirstBeta", "HoldOn", "OnTime", "ForCLI"]
2323

2424

2525
class IssueProcessPython(IssueProcess):

0 commit comments

Comments
 (0)