From 874cee0165da735133e8260db251647e4117a9e8 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Fri, 1 Nov 2024 05:48:10 -0500 Subject: [PATCH] Enable the changelog for `release-plz` This crate isn't meant for direct use, but having an easy way to see what changed between versions would still be helpful when this crate is updated in rust-lang/rust. --- .release-plz.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/.release-plz.toml b/.release-plz.toml index fce19d157..e32f67610 100644 --- a/.release-plz.toml +++ b/.release-plz.toml @@ -1,5 +1,4 @@ [workspace] -changelog_update = false semver_check = false # As part of the release process, we delete `libm/Cargo.toml`. Since