Skip to content

Commit c0440d6

Browse files
Merge pull request #162 from frack113/ci/update-cliff
Update git-cliff configuration
2 parents 749b214 + 4bcf782 commit c0440d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install git-cliff
2323
uses: taiki-e/install-action@git-cliff
2424
- name: Generate changelog
25-
run: git-cliff -o
25+
run: git-cliff --latest -o
2626
- name: Release project
2727
uses: softprops/action-gh-release@v2
2828
with:

cliff.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ postprocessors = [
5555

5656
[git]
5757
conventional_commits = true
58-
filter_unconventional = true
58+
filter_unconventional = false
5959
split_commits = false
6060
commit_preprocessors = [
6161
{ pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](<REPO>/issues/${2}))" },
62-
{ pattern = '.*', replace_command = 'typos --write-changes -' },
62+
{ pattern = '.*', replace_command = 'typos --write-changes - || cat' },
6363
]
6464
commit_parsers = [
6565
{ message = "^feat", group = "<!-- 0 -->✨ Features" },

0 commit comments

Comments
 (0)