Skip to content

Commit 0c22085

Browse files
Merge pull request #874 from adamtheturtle/release-process
Improve CHANGELOG URL
2 parents 89764c0 + 9234416 commit 0c22085

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)