Skip to content

Commit 32072c5

Browse files
committed
feat: fix rust.yml for CHANGELOG.md folder
1 parent 14dfe91 commit 32072c5

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ jobs:
2525
id: changelog
2626
with:
2727
config: cliff.toml # optional; falls back to defaults
28-
args: --unreleased --strip header
28+
args: --unreleased --strip header --output CHANGELOG.md
2929
env:
30-
output: CHANGELOG.md
3130
GITHUB_REPOSITORY: ${{ github.repository }}
3231

3332
- name: Commit updated changelog

cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ postprocessors = []
6565
[git]
6666
# Parse commits according to the conventional commits specification.
6767
# See https://www.conventionalcommits.org
68-
conventional_commits = false
68+
conventional_commits = true
6969
# Exclude commits that do not match the conventional commits specification.
7070
filter_unconventional = true
7171
# Split commits on newlines, treating each line as an individual commit.

0 commit comments

Comments
 (0)