about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTrevor Gross <tmgross@umich.edu>2025-05-06 23:00:46 +0000
committerTrevor Gross <t.gross35@gmail.com>2025-05-06 19:37:58 -0400
commit1768cb17317a038f812d1159f2e002b92c3fbb2c (patch)
treeb5a92588b98eeba4fe76d0ff3aa10f91e28feeba
parent0d63b9979941305447f49bd1dcd2bd007e7e426e (diff)
downloadrust-1768cb17317a038f812d1159f2e002b92c3fbb2c.tar.gz
rust-1768cb17317a038f812d1159f2e002b92c3fbb2c.zip
release-plz: Include the libm changelog in compiler-builtins
-rw-r--r--library/compiler-builtins/.release-plz.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/compiler-builtins/.release-plz.toml b/library/compiler-builtins/.release-plz.toml
index 95e91a46c8d..8023ade9bfd 100644
--- a/library/compiler-builtins/.release-plz.toml
+++ b/library/compiler-builtins/.release-plz.toml
@@ -7,6 +7,7 @@ publish_allow_dirty = true
 [[package]]
 name = "compiler_builtins"
 semver_check = false
+changelog_include = ["libm"] # libm is included as part of builtins
 
 [[package]]
 name = "libm"