Skip to content

Commit

Permalink
✨ 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueGlassBlock committed Jun 7, 2022
1 parent e8e88be commit 937e1eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extract-release-notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
print(line, file=f)

with open("./docs/appendix/CHANGELOG.md", encoding="utf-8", mode="w") as f:
f.write(changelog_text.replace("## 未发布的更新", f"## 未发布的更新\n## {tag_name}"))
f.write(changelog_text.replace("## 未发布的更新", f"## 未发布的更新\n\n## {tag_name}"))
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ authors = [
packages = [{ include = "graia", from = "src" }]
readme = "README.md"
repository = "https://github.com/GraiaProject/Ariadne"
documentation = "https://graia.rtfd.io/projects/ariadne"
homepage = "https://graia.rtfd.io/projects/ariadne"
keywords = ["graia", "bot", "qq", "framework", "mirai"]
documentation = "https://graia.readthedocs.io/projects/ariadne"
keywords = ["graia", "bot", "qq", "framework", "mirai", "ariadne"]
classifiers = [
"Topic :: Communications :: Chat",
"Framework :: Robot Framework :: Library",
Expand Down

0 comments on commit 937e1eb

Please sign in to comment.