docs: explain why skip error commit

main
sudo pacman -Syu 2021-05-11 04:58:37 +00:00 committed by GitHub
parent 31b2d1f446
commit 0feef8576c
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ func (a *action) getConventionalCommits(commits []git.Commit) []convention.Commi
conventionalCommit, err := convention.NewCommit(commit)
if err != nil {
a.log("failed to new conventional commits %+v: %s", commit, err)
// Skip bad commit and move on
continue
}