mirror of
https://github.com/denglihong2007/CRSim
synced 2026-08-12 20:55:38 +08:00
Merge pull request #177 from denglihong2007/dev
ci: 优化更新日志输出 [skip cliff]
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -85,7 +85,7 @@ jobs:
|
||||
uses: orhun/git-cliff-action@v4
|
||||
with:
|
||||
config: cliff.toml
|
||||
args: --verbose --latest
|
||||
args: --verbose --unreleased
|
||||
env:
|
||||
OUTPUT: CHANGELOG.md
|
||||
GITHUB_REPO: ${{ github.repository }}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
[changelog]
|
||||
header = "更新日志"
|
||||
body = """
|
||||
{%- macro remote_url() -%}
|
||||
https://github.com/{{ remote.github.owner }}/{{ remote.github.repo }}
|
||||
|
||||
Reference in New Issue
Block a user