From 28fb4bc8689987b8f42d6bb5becb1a02251472a7 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. --- library/compiler-builtins/.release-plz.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/library/compiler-builtins/.release-plz.toml b/library/compiler-builtins/.release-plz.toml index fce19d157559..e32f67610846 100644 --- a/library/compiler-builtins/.release-plz.toml +++ b/library/compiler-builtins/.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