Skip to content

Commit 8d9801f

Browse files
committed
chore(release): v2.6.1 [skip ci]
1 parent c74aa47 commit 8d9801f

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
77

88
## [Unreleased]
99

10+
## [2.6.1] - 2023-06-26
11+
1012
### Added
1113

1214
- 将插件配置项传递给 registry
1315

16+
### Changed
17+
18+
- 商店测试结果中测试时间使用 isoformat
19+
1420
## [2.6.0] - 2023-06-26
1521

1622
### Added
@@ -23,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
2329

2430
- 使用新的商店测试结果结构
2531

26-
## [2.5.0] - 2023-06-14
32+
## [2.5.0] - 2023-06-23
2733

2834
### Fixed
2935

@@ -259,7 +265,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
259265

260266
- 最初的版本
261267

262-
[unreleased]: https://github.com/nonebot/noneflow/compare/v2.6.0...HEAD
268+
[unreleased]: https://github.com/nonebot/noneflow/compare/v2.6.1...HEAD
269+
[2.6.1]: https://github.com/nonebot/noneflow/compare/v2.6.0...v2.6.1
263270
[2.6.0]: https://github.com/nonebot/noneflow/compare/v2.5.0...v2.6.0
264271
[2.5.0]: https://github.com/nonebot/noneflow/compare/v2.4.3...v2.5.0
265272
[2.4.3]: https://github.com/nonebot/noneflow/compare/v2.4.2...v2.4.3

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ jobs:
192192
poetry install
193193
mkdir -p plugin_test/store
194194
curl -sSL https://raw.githubusercontent.com/nonebot/registry/results/results.json -o plugin_test/store/results.json
195-
curl -sSL https://raw.githubusercontent.com/nonebot/nonebot2/master/website/static/plugins.json -o plugin_test/store/plugins.json
196-
curl -sSL https://raw.githubusercontent.com/nonebot/nonebot2/master/website/static/bots.json -o plugin_test/bots.json
197195
curl -sSL https://raw.githubusercontent.com/nonebot/nonebot2/master/website/static/adapters.json -o plugin_test/adapters.json
196+
curl -sSL https://raw.githubusercontent.com/nonebot/nonebot2/master/website/static/bots.json -o plugin_test/bots.json
197+
curl -sSL https://raw.githubusercontent.com/nonebot/nonebot2/master/website/static/plugins.json -o plugin_test/store/plugins.json
198198
- name: Test plugin
199199
if: ${{ !contains(fromJSON('["Bot", "Adapter", "Plugin"]'), github.event.client_payload.type) }}
200200
run: |
@@ -210,9 +210,9 @@ jobs:
210210
name: results
211211
path: |
212212
${{ github.workspace }}/plugin_test/results.json
213-
${{ github.workspace }}/plugin_test/plugins.json
214-
${{ github.workspace }}/plugin_test/bots.json
215213
${{ github.workspace }}/plugin_test/adapters.json
214+
${{ github.workspace }}/plugin_test/bots.json
215+
${{ github.workspace }}/plugin_test/plugins.json
216216
upload_results:
217217
runs-on: ubuntu-latest
218218
name: Upload results

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "noneflow"
3-
version = "2.6.0"
3+
version = "2.6.1"
44
description = "Manage publish related issues in nonebot2 project"
55
authors = ["hemengyang <hmy0119@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)