mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 21:21:03 +00:00
fix(parser): continue on unparsable commit message (#48)
We should not fail the whole process if a single commit message is unparsable. Instead we now log the issue and ignore the commit.
This commit is contained in:
parent
2010ac1143
commit
5ea41654a7
3 changed files with 13 additions and 7 deletions
|
|
@ -71,7 +71,7 @@ func run(cmd *cobra.Command, _ []string) error {
|
|||
f,
|
||||
logger,
|
||||
flagBranch,
|
||||
conventionalcommits.NewParser(),
|
||||
conventionalcommits.NewParser(logger),
|
||||
versioning.SemVerNextVersion,
|
||||
extraFiles,
|
||||
[]updater.NewUpdater{updater.Generic},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue