Skip to content

Commit 946427d

Browse files
committed
CSHARP-4918: Release notes automation - fix release notes publishing url
1 parent eaa2eae commit 946427d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

evergreen/release-notes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ def publish_release_notes(opts, title, content):
145145
if response.status_code != 404:
146146
raise SystemExit("Release with the tag already exists")
147147

148+
url = '{github_api_base_url}{repo}/releases/'.format(github_api_base_url=opts.github_api_base_url, repo=opts.repo)
148149
post_data = {
149150
"tag_name": opts.version_tag,
150151
"name": title,

0 commit comments

Comments
 (0)