mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-21 19:36:38 +00:00
👷 update changelog ci
This commit is contained in:
10
.github/workflows/release-drafter.yml
vendored
10
.github/workflows/release-drafter.yml
vendored
@ -22,10 +22,12 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# TODO
|
||||
# - name: Update Changelog
|
||||
# run: |
|
||||
# echo ${{ steps.release-drafter.outputs.body }}
|
||||
- name: Update Changelog
|
||||
uses: docker://nonebot/auto-changelog:master
|
||||
with:
|
||||
changelog_file: website/src/pages/changelog.md
|
||||
latest_changes_position: '# 更新日志\n\n'
|
||||
changelog_body: ${{ steps.release-drafter.outputs.body }}
|
||||
|
||||
release:
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
|
Reference in New Issue
Block a user