Skip to content

Commit 00dab74

Browse files
author
Sylvain MARIE
committed
Fixed the release generator session in nox: the changelog link was not correct
1 parent 1f3f53f commit 00dab74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def my_scheme(version_):
232232
session.install_reqs(phase="release", phase_reqs=["click", "PyGithub"])
233233
session.run2("python ci_tools/github_release.py -s {gh_token} "
234234
"--repo-slug {gh_org}/{gh_repo} -cf ./docs/changelog.md "
235-
"-d https://{gh_org}.github.io/{gh_repo}/changelog.html {tag}"
235+
"-d https://{gh_org}.github.io/{gh_repo}/changelog {tag}"
236236
"".format(gh_token=gh_token, gh_org=gh_org, gh_repo=gh_repo, tag=current_tag))
237237

238238

0 commit comments

Comments
 (0)