From 1307f67608321969365f6f412635eca651a32790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dj8yf0=CE=BCl?= Date: Wed, 22 Jan 2025 18:33:06 +0200 Subject: [PATCH] chore: (releaze-plz) include changelog of cargo-near-build into chglg of cargo-near --- release-plz.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release-plz.toml b/release-plz.toml index 45ca248c..fb688a06 100644 --- a/release-plz.toml +++ b/release-plz.toml @@ -7,6 +7,8 @@ changelog_update = false name = "cargo-near" changelog_update = true changelog_path = "./CHANGELOG.md" +# include commits from `cargo-near-build` in the changelog +changelog_include = ["cargo-near-build"] [[package]] name = "cargo-near-build"