Skip to content

Commit 00da95b

Browse files
authored
[auto release] optimize bot hint about private pacakge (Azure#35398)
1 parent 434a248 commit 00da95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/auto_release/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ def ask_check_policy(self):
543543
f'{changelog}\n' \
544544
f'```\n' \
545545
'* (If you want private package for test or development, ' \
546-
f'please build it locally with [guidance](https://github.com/Azure/azure-sdk-for-python/wiki/Common-issues-about-Python-SDK#build-private-package-with-pr) with https://github.com/Azure/azure-sdk-for-python/pull/{self.pr_number})\n\n'
546+
f'please build it locally based on https://github.com/Azure/azure-sdk-for-python/pull/{self.pr_number} with [guidance](https://github.com/Azure/azure-sdk-for-python/wiki/Common-issues-about-Python-SDK#build-private-package-with-pr))\n\n'
547547
api.issues.create_comment(issue_number=issue_number, body=body)
548548

549549
# comment for hint

0 commit comments

Comments
 (0)