Skip to content

Commit

Permalink
🔀 Merge pull request #796
Browse files Browse the repository at this point in the history
⬆️ bump version 2.0.0-beta.2
  • Loading branch information
yanyongyu authored Feb 14, 2022
2 parents 803223f + 6d0c782 commit 14703fc
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# TODO
- name: Update Changelog
run: |
echo ${{ steps.release-drafter.outputs.body }}
# - name: Update Changelog
# run: |
# echo ${{ steps.release-drafter.outputs.body }}

release:
if: startsWith(github.ref, 'refs/tags/')
Expand Down
27 changes: 21 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "nonebot2"
version = "2.0.0-beta.1"
version = "2.0.0-beta.2"
description = "An asynchronous python bot framework."
authors = ["yanyongyu <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 14703fc

Please sign in to comment.