We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--bumped-version
1 parent 4956fc7 commit 8bebbf9Copy full SHA for 8bebbf9
git-cliff/src/lib.rs
@@ -418,7 +418,7 @@ pub fn run(mut args: Opt) -> Result<()> {
418
}
419
EmbeddedConfig::parse()?
420
};
421
- if config.changelog.body.is_none() && !args.context {
+ if config.changelog.body.is_none() && !args.context && !args.bumped_version {
422
warn!("Changelog body is not specified, using the default template.");
423
config.changelog.body = EmbeddedConfig::parse()?.changelog.body;
424
0 commit comments