Skip to content

Commit 07e97a1

Browse files
committed
fix: version for git-cliff in changelog.yml
1 parent fa818a0 commit 07e97a1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/changelog.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on:
99
workflow_dispatch:
1010
inputs:
1111
tag:
12-
description: 'Generate changelog for specific tag (e.g., v0.1.0). Leave empty for unreleased changes.'
12+
description: "Generate changelog for specific tag (e.g., v0.1.0). Leave empty for unreleased changes."
1313
required: false
1414
type: string
1515
commit:
16-
description: 'Commit and push the generated CHANGELOG.md'
16+
description: "Commit and push the generated CHANGELOG.md"
1717
required: false
1818
type: boolean
1919
default: false
@@ -29,12 +29,12 @@ jobs:
2929
- name: Checkout code
3030
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
3131
with:
32-
fetch-depth: 0 # Fetch all history for changelog generation
32+
fetch-depth: 0 # Fetch all history for changelog generation
3333

3434
- name: Install git-cliff
3535
uses: taiki-e/install-action@331a600f1b10a3fed8dc56f925012bede91ae51f
3636
with:
37-
tool: git-cliff@2.8.1
37+
tool: git-cliff@2.10.0
3838

3939
- name: Generate changelog
4040
id: changelog

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Install git-cliff
8686
uses: taiki-e/install-action@331a600f1b10a3fed8dc56f925012bede91ae51f
8787
with:
88-
tool: git-cliff@2.8.1
88+
tool: git-cliff@2.10.0
8989

9090
- name: Generate release notes
9191
id: release_notes

0 commit comments

Comments
 (0)