File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed
Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 44 push :
55 paths :
66 - ' poetry.lock'
7+ release :
8+ types : [published]
79 workflow_dispatch :
810
911jobs :
Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
77
88## [ Unreleased]
99
10+ ## [ 0.5.1] - 2022-01-06
11+
12+ ### Added
13+
14+ - 添加针对 json 格式的检查
15+
16+ ### Fixed
17+
18+ - 修复标签相关的报错
19+
20+ ### Change
21+
22+ - 使用自建的镜像以提升速度
23+
1024## [ 0.5.0] - 2022-01-04
1125
1226### Changed
@@ -46,8 +60,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
4660
4761- 最初的版本
4862
49- [ Unreleased ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v0.5.0 ...HEAD
63+ [ Unreleased ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v0.5.1 ...HEAD
5064
65+ [ 0.5.1 ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v0.5.0...v0.5.1
5166[ 0.5.0 ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v0.4.0...v0.5.0
5267[ 0.4.0 ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v0.3.0...v0.4.0
5368[ 0.3.0 ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v0.2.0...v0.3.0
Original file line number Diff line number Diff line change 1- FROM ghcr.io/nonebot/nonebot2-publish-bot:sha-cbcf008
1+ FROM ghcr.io/nonebot/nonebot2-publish-bot:0.5.1
22
33WORKDIR /app
44
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " nonebot2-publish-bot"
3- version = " 0.5.0 "
3+ version = " 0.5.1 "
44description = " Manage publish related issues in nonebot2 project"
55authors = [" hemengyang <hmy0119@gmail.com>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments