You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/auto_release/main.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -543,7 +543,7 @@ def ask_check_policy(self):
543
543
f'{changelog}\n' \
544
544
f'```\n' \
545
545
'* (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'
0 commit comments