We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89764c0 + 9234416 commit 0c22085Copy full SHA for 0c22085
admin/release.py
@@ -53,7 +53,7 @@ def create_github_release(
53
Create a tag and release on GitHub.
54
"""
55
changelog_url = (
56
- 'https://vws-python-mock.readthedocs.io/en/latest/changelog.html'
+ 'https://vws-python.readthedocs.io/en/latest/changelog.html'
57
)
58
repository.create_git_tag_and_release(
59
tag=version,
0 commit comments