Skip to content

Commit

Permalink
fixe: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Apr 3, 2024
1 parent 68df871 commit a13b7a2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,13 @@ jobs:
# body: |
# 请点击查看 [更新日志]().


- uses: BobAnkh/auto-generate-changelog@v1.2.5
with:
REPO_NAME: 'hellof2e/quark-doc-header'
ACCESS_TOKEN: ${{secrets.GIT_ACTION}}
PATH: 'CHANGELOG.md'
COMMIT_MESSAGE: 'docs(CHANGELOG): update release notes'
TYPE: 'feat:Feature,fix:Bug Fixes,docs:Documentation,refactor:Refactor,perf:Performance Improvements'

# 当前 action 执行后触发另一个仓库的 action 执行
- name: Trigger Action
Expand Down

0 comments on commit a13b7a2

Please sign in to comment.