Skip to content

Commit 0d695c9

Browse files
committed
Update changelog.
1 parent 5144d8b commit 0d695c9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/CHANGES.md

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def update_changelog(ctx: Context, version: str | None = None, dry_run: bool = F
197197
if dry_run:
198198
print(tokens[0] + "##".join(tokens[1:]))
199199
else:
200-
with open("docs/docs/CHANGES.md", mode="w") as file:
200+
with open("docs/CHANGES.md", mode="w") as file:
201201
file.write(tokens[0] + "##".join(tokens[1:]))
202202
ctx.run("open docs/CHANGES.md")
203203
print("The following commit messages were not included...")

0 commit comments

Comments
 (0)