File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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.
7070filter_unconventional = true
7171# Split commits on newlines, treating each line as an individual commit.
You can’t perform that action at this time.
0 commit comments