File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
77
88## [ Unreleased]
99
10+ ## [ 0.5.2] - 2022-01-21
11+
12+ ### Added
13+
14+ - 添加插件加载验证
15+
16+ ### Fixed
17+
18+ - 拉取请求的标题少了冒号
19+ - 处理合并冲突时,跳过未通过检查的发布
20+
1021## [ 0.5.1] - 2022-01-06
1122
1223### Added
@@ -60,8 +71,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
6071
6172- 最初的版本
6273
63- [ Unreleased ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v0.5.1 ...HEAD
74+ [ Unreleased ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v0.5.2 ...HEAD
6475
76+ [ 0.5.2 ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v0.5.1...v0.5.2
6577[ 0.5.1 ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v0.5.0...v0.5.1
6678[ 0.5.0 ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v0.4.0...v0.5.0
6779[ 0.4.0 ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v0.3.0...v0.4.0
Original file line number Diff line number Diff line change 1- FROM ghcr.io/nonebot/nonebot2-publish-bot:sha-8141dde
1+ FROM ghcr.io/nonebot/nonebot2-publish-bot:0.5.2
22
33WORKDIR /app
44
Original file line number Diff line number Diff line change 2020
2121- 项目主页能够访问
2222- 项目发布至 PyPI
23+ - 插件能正常加载
2324
2425## 使用方法
2526
You can’t perform that action at this time.
0 commit comments