File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
77
88## [ Unreleased]
99
10+ ## [ 1.1.0] - 2022-05-21
11+
1012### Added
1113
1214- 只有当文件发生变化后才强制推送
15+ - 通过单独的测试脚本添加插件加载测试
16+ - 评论内容无变化的时候,跳过修改
1317
1418### Fixed
1519
1620- 修复未同时修改议题与拉取请求标题的问题
1721
22+ ### Changed
23+
24+ - 文件结尾加上换行符
25+ - 抛弃 PyGithub 投入 githubkit 的怀抱
26+
1827## [ 1.0.0] - 2022-05-21
1928
2029### Added
@@ -100,7 +109,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
100109
101110- 最初的版本
102111
103- [ unreleased ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v1.0.0...HEAD
112+ [ unreleased ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v1.1.0...HEAD
113+ [ 1.1.0 ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v1.0.0...v1.1.0
104114[ 1.0.0 ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v0.5.2...v1.0.0
105115[ 0.5.2 ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v0.5.1...v0.5.2
106116[ 0.5.1 ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v0.5.0...v0.5.1
Original file line number Diff line number Diff line change 2020
2121- 项目主页能够访问
2222- 项目发布至 PyPI
23+ - 插件能够正常加载
2324
2425## 使用方法
2526
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " nonebot2-publish-bot"
3- version = " 1.0 .0"
3+ version = " 1.1 .0"
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