Skip to content

Commit 9234416

Browse files
committed
Improve CHANGELOG URL
1 parent 89764c0 commit 9234416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def create_github_release(
5353
Create a tag and release on GitHub.
5454
"""
5555
changelog_url = (
56-
'https://vws-python-mock.readthedocs.io/en/latest/changelog.html'
56+
'https://vws-python.readthedocs.io/en/latest/changelog.html'
5757
)
5858
repository.create_git_tag_and_release(
5959
tag=version,

0 commit comments

Comments
 (0)