- Hey there!
Looks like there have been some updates since you've last visit.
-
- Check out the changelog below.
${until(this.getChangelog(), html``)}
diff --git a/xtask/src/main.rs b/xtask/src/main.rs
index 6a94408..ab9d2d0 100644
--- a/xtask/src/main.rs
+++ b/xtask/src/main.rs
@@ -139,6 +139,7 @@ fn main() -> Result<(), Error> {
cmd.args([
"-io", "CHANGELOG.md",
"-t", "path:CHANGELOG.md.jinja",
+ "-c", "conventional",
"--bump", VERSION.unwrap_or("auto"),
"--parse-refs",
"--trailers"