From bcf825a8c40b077cc67a508bd5976a4625190430 Mon Sep 17 00:00:00 2001 From: RAprogramm Date: Sat, 4 Jul 2026 13:13:51 +0700 Subject: [PATCH] #159 fix: cover release-plz per-crate changelogs in REUSE annotations --- REUSE.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REUSE.toml b/REUSE.toml index 0604912..72c63a6 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -4,7 +4,7 @@ SPDX-PackageSupplier = "RAprogramm " SPDX-PackageDownloadLocation = "https://github.com/RAprogramm/entity-derive" [[annotations]] -path = ["README.md", ".gitignore", ".rustfmt.toml", "Cargo.lock", "Cargo.toml", "crates/**/Cargo.toml", "crates/**/tests/**/*.stderr", "wiki/**"] +path = ["README.md", ".gitignore", ".rustfmt.toml", "Cargo.lock", "Cargo.toml", "CHANGELOG.md", "crates/**/Cargo.toml", "crates/**/CHANGELOG.md", "crates/**/tests/**/*.stderr", "wiki/**"] precedence = "aggregate" SPDX-FileCopyrightText = "2025 RAprogramm " SPDX-License-Identifier = "MIT"