Skip to content

Commit

Permalink
chore: update git-cliff (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni authored Aug 20, 2023
1 parent 7c89d5e commit 23e69d6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
25 changes: 11 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dirs = "5.0.1"
dunce = "1.0.4"
expect-test = "1.4.1"
fake = "2.6.1"
git-cliff-core = { version = "1.2.0", default-features = false }
git-cliff-core = { version = "1.3.0-rc.0", default-features = false }
git-url-parse = "0.4.4"
http = "0.2"
ignore = "0.4.20"
Expand Down
1 change: 1 addition & 0 deletions crates/release_plz_core/src/changelog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ fn default_changelog_config(header: Option<String>, release_link: Option<&str>)
header: Some(header.unwrap_or(String::from(CHANGELOG_HEADER))),
body: Some(default_changelog_body_config(release_link)),
footer: None,
postprocessors: None,
trim: Some(true),
}
}
Expand Down

0 comments on commit 23e69d6

Please sign in to comment.