Skip to content

Commit 78aa5a1

Browse files
authored
Update main.py (Azure#27714)
1 parent 9c35d4c commit 78aa5a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/auto_release/main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,9 @@ def ask_check_policy(self):
575575

576576
# comment for hint
577577
body = 'Tips: If you have special needs for release date or other things, please let us know. ' \
578-
'Otherwise we will release it ASAP after your check.'
578+
'Otherwise we will follow ' \
579+
'[Management-SDK-Release-Cycle](https://dev.azure.com/azure-sdk/internal/_wiki/wikis/internal.wiki/761/Management-SDK-Release-Cycle) ' \
580+
'to release it before target date'
579581
api.issues.create_comment(issue_number=issue_number, body=body)
580582

581583
def issue_comment(self):

0 commit comments

Comments
 (0)