From 3a9e800a58f0829d6b6e0f0b48db2068513ebee6 Mon Sep 17 00:00:00 2001 From: "noneflow[bot]" <129742071+noneflow[bot]@users.noreply.github.com> Date: Sun, 11 Jun 2023 15:42:26 +0000 Subject: [PATCH] :memo: Update changelog --- website/docs/developer/plugin-publishing.mdx | 1 - website/src/pages/changelog.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/developer/plugin-publishing.mdx b/website/docs/developer/plugin-publishing.mdx index fa95571c..ea381c78 100644 --- a/website/docs/developer/plugin-publishing.mdx +++ b/website/docs/developer/plugin-publishing.mdx @@ -75,7 +75,6 @@ NoneBot 插件使用下述命名规范: 请注意,插件发布要求**必须**填写元数据才能通过审核。 - 下面是一个示例: ```python title=nonebot_plugin_{your_plugin_name}/__init__.py diff --git a/website/src/pages/changelog.md b/website/src/pages/changelog.md index 01f1124e..ee01cffa 100644 --- a/website/src/pages/changelog.md +++ b/website/src/pages/changelog.md @@ -18,6 +18,7 @@ toc_max_heading_level: 2 ### 📝 文档 +- Docs: 完成发布插件教程 [@NCBM](https://github.com/NCBM) ([#2078](https://github.com/nonebot/nonebot2/pull/2078)) - Docs: 更新插件元数据的相关描述 [@NCBM](https://github.com/NCBM) ([#2087](https://github.com/nonebot/nonebot2/pull/2087)) - Docs: 添加 Villa 适配器到 README [@CMHopeSunshine](https://github.com/CMHopeSunshine) ([#2086](https://github.com/nonebot/nonebot2/pull/2086))