Skip to content

Commit

Permalink
test(changelog): use the correct version for missing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Dec 27, 2023
1 parent 3123fd2 commit 0ca4cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-cliff-core/src/release.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ mod test {
..Default::default()
};
let next_version = empty_release.calculate_next_version()?;
assert_eq!("0.0.1", next_version);
assert_eq!("0.1.0", next_version);
Ok(())
}

Expand Down

0 comments on commit 0ca4cdb

Please sign in to comment.