Skip to content

Commit

Permalink
Fix -c
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmwagar committed Jul 26, 2021
1 parent 44f8386 commit 405405f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ impl LaatCompiler {
file.read_to_string(&mut contents).await?;

contents
} else if !release.no_change_log {
} else if !release.no_change_log && release.change_notes.is_none() {
debug!("Creating change log file");
let change_file_path = PathBuf::from("/tmp/changenote.log");

Expand Down

0 comments on commit 405405f

Please sign in to comment.