Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -77,6 +77,8 @@ impl ChangeLogBuilder {
|
||||
commit_id: None,
|
||||
timestamp,
|
||||
previous: None,
|
||||
message: None,
|
||||
repository: None,
|
||||
},
|
||||
config: self.config,
|
||||
release_link: self.release_link,
|
||||
@@ -180,6 +182,7 @@ fn default_commit_parsers() -> Vec<CommitParser> {
|
||||
field: None,
|
||||
pattern: None,
|
||||
sha: None,
|
||||
footer: None,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -201,6 +204,7 @@ fn default_commit_parsers() -> Vec<CommitParser> {
|
||||
field: None,
|
||||
pattern: None,
|
||||
sha: None,
|
||||
footer: None,
|
||||
},
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user