Skip to content

Commit

Permalink
🔥 fix: release note
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerohertz committed Oct 31, 2024
1 parent 8ea99fc commit 007ac98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/release_note.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def main():
gh = zz.api.GitHub()
else:
gh = zz.api.GitHub(token=args.token)
gh.release_note(sphinx_source_path=os.path.join(sphinx, "source"), per_page=300)
gh.release_note(sphinx_source_path=os.path.join(sphinx, "source"))


if __name__ == "__main__":
Expand Down

0 comments on commit 007ac98

Please sign in to comment.