Skip to content

Commit

Permalink
feat: release quark static
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Aug 5, 2024
1 parent d2878dc commit 9622fe6
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,14 @@ jobs:
body: |
请点击查看 [更新日志](https://github.com/hellof2e/quark-doc-header/blob/main/CHANGELOG.md).
- uses: BobAnkh/auto-generate-changelog@v1.2.5
with:
REPO_NAME: 'hellof2e/static'
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'
# - uses: BobAnkh/auto-generate-changelog@v1.2.5
# with:
# REPO_NAME: 'hellof2e/static'
# 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 9622fe6

Please sign in to comment.