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))