From 68887086a6b7aa639565233e974f8f9772c70293 Mon Sep 17 00:00:00 2001 From: nonebot Date: Sun, 22 Nov 2020 08:25:25 +0000 Subject: [PATCH 1/3] =?UTF-8?q?:beers:=20publish=20NoneBot=E7=A6=BB?= =?UTF-8?q?=E7=BA=BF=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/public/plugins.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/public/plugins.json b/docs/.vuepress/public/plugins.json index c6849fc4..0e8ade6d 100644 --- a/docs/.vuepress/public/plugins.json +++ b/docs/.vuepress/public/plugins.json @@ -22,5 +22,13 @@ "desc": "基于规则的授权管理", "author": "Lancercmd", "repo": "Lancercmd/nonebot_plugin_rauthman" + }, + { + "id": "nonebot_plugin_docs", + "link": "nonebot-plugin-docs", + "author": "nonebot", + "desc": "在本地浏览NoneBot文档", + "name": "NoneBot离线文档", + "repo": "yanyongyu/nonebot2/tree/master/packages/nonebot-plugin-docs" } -] +] \ No newline at end of file From 343a345ed26b6832df6fcc6443ec7a469b63c397 Mon Sep 17 00:00:00 2001 From: yanyongyu Date: Sun, 22 Nov 2020 16:40:06 +0800 Subject: [PATCH 2/3] :construction_worker: update release drafter --- .github/release-drafter.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index fcca4ea8..c77a0550 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -26,6 +26,10 @@ version-resolver: - 'patch' default: patch template: | - ## Changes + ## Documentation + + See: https://v2.nonebot.dev + + ## 💫 Changes $CHANGES From 7e35f591d777a443109d21a6d3847d54e42f48be Mon Sep 17 00:00:00 2001 From: yanyongyu Date: Mon, 23 Nov 2020 13:35:26 +0000 Subject: [PATCH 3/3] =?UTF-8?q?:beers:=20publish=20Sentry=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E7=9B=91=E6=8E=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/public/plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/.vuepress/public/plugins.json b/docs/.vuepress/public/plugins.json index 0e8ade6d..b5c5760b 100644 --- a/docs/.vuepress/public/plugins.json +++ b/docs/.vuepress/public/plugins.json @@ -30,5 +30,13 @@ "desc": "在本地浏览NoneBot文档", "name": "NoneBot离线文档", "repo": "yanyongyu/nonebot2/tree/master/packages/nonebot-plugin-docs" + }, + { + "id": "nonebot_plugin_sentry", + "link": "nonebot-plugin-sentry", + "author": "yanyongyu", + "desc": "使用Sentry监控机器人日志并处理报错", + "name": "Sentry日志监控", + "repo": "cscs181/QQ-GitHub-Bot/tree/master/src/plugins/nonebot_plugin_sentry" } ] \ No newline at end of file