File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ postprocessors = [
5555
5656[git ]
5757conventional_commits = true
58- filter_unconventional = true
58+ filter_unconventional = false
5959split_commits = false
6060commit_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]
6464commit_parsers = [
6565 { message = " ^feat" , group = " <!-- 0 -->✨ Features" },
You can’t perform that action at this time.
0 commit comments