Skip to content

Commit

Permalink
chore(release): v2.6.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 committed Jun 26, 2023
1 parent c74aa47 commit 8d9801f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/

## [Unreleased]

## [2.6.1] - 2023-06-26

### Added

- 将插件配置项传递给 registry

### Changed

- 商店测试结果中测试时间使用 isoformat

## [2.6.0] - 2023-06-26

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

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

## [2.5.0] - 2023-06-14
## [2.5.0] - 2023-06-23

### Fixed

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

- 最初的版本

[unreleased]: https://github.com/nonebot/noneflow/compare/v2.6.0...HEAD
[unreleased]: https://github.com/nonebot/noneflow/compare/v2.6.1...HEAD
[2.6.1]: https://github.com/nonebot/noneflow/compare/v2.6.0...v2.6.1
[2.6.0]: https://github.com/nonebot/noneflow/compare/v2.5.0...v2.6.0
[2.5.0]: https://github.com/nonebot/noneflow/compare/v2.4.3...v2.5.0
[2.4.3]: https://github.com/nonebot/noneflow/compare/v2.4.2...v2.4.3
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ jobs:
poetry install
mkdir -p plugin_test/store
curl -sSL https://raw.githubusercontent.com/nonebot/registry/results/results.json -o plugin_test/store/results.json
curl -sSL https://raw.githubusercontent.com/nonebot/nonebot2/master/website/static/plugins.json -o plugin_test/store/plugins.json
curl -sSL https://raw.githubusercontent.com/nonebot/nonebot2/master/website/static/bots.json -o plugin_test/bots.json
curl -sSL https://raw.githubusercontent.com/nonebot/nonebot2/master/website/static/adapters.json -o plugin_test/adapters.json
curl -sSL https://raw.githubusercontent.com/nonebot/nonebot2/master/website/static/bots.json -o plugin_test/bots.json
curl -sSL https://raw.githubusercontent.com/nonebot/nonebot2/master/website/static/plugins.json -o plugin_test/store/plugins.json
- name: Test plugin
if: ${{ !contains(fromJSON('["Bot", "Adapter", "Plugin"]'), github.event.client_payload.type) }}
run: |
Expand All @@ -210,9 +210,9 @@ jobs:
name: results
path: |
${{ github.workspace }}/plugin_test/results.json
${{ github.workspace }}/plugin_test/plugins.json
${{ github.workspace }}/plugin_test/bots.json
${{ github.workspace }}/plugin_test/adapters.json
${{ github.workspace }}/plugin_test/bots.json
${{ github.workspace }}/plugin_test/plugins.json
upload_results:
runs-on: ubuntu-latest
name: Upload results
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "noneflow"
version = "2.6.0"
version = "2.6.1"
description = "Manage publish related issues in nonebot2 project"
authors = ["hemengyang <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 8d9801f

Please sign in to comment.