We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c35d4c commit 78aa5a1Copy full SHA for 78aa5a1
scripts/auto_release/main.py
@@ -575,7 +575,9 @@ def ask_check_policy(self):
575
576
# comment for hint
577
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.'
+ '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'
581
api.issues.create_comment(issue_number=issue_number, body=body)
582
583
def issue_comment(self):
0 commit comments