From dd737d353c73c928edab56d9f9e3e0906afb81aa Mon Sep 17 00:00:00 2001 From: Victor Adossi Date: Mon, 2 Feb 2026 17:47:05 +0900 Subject: [PATCH] fix(ci): use git-cliff path filtering This commit updates all subprojects that use git cliff to use path filtering. --- crates/js-component-bindgen/cliff.toml | 5 +++++ packages/jco-transpile/cliff.toml | 4 ++++ packages/jco/cliff.toml | 4 ++++ packages/preview2-shim/cliff.toml | 4 ++++ packages/preview3-shim/cliff.toml | 4 ++++ 5 files changed, 21 insertions(+) diff --git a/crates/js-component-bindgen/cliff.toml b/crates/js-component-bindgen/cliff.toml index f20372de2..ae5657c95 100644 --- a/crates/js-component-bindgen/cliff.toml +++ b/crates/js-component-bindgen/cliff.toml @@ -78,4 +78,9 @@ tag_pattern = "^js-component-bindgen-v[0-9]+.[0-9]+.[0-9]+(-beta|-rc|-alpha)?" link_parsers = [ { pattern = "\\(#(\\d+)\\)$", href = "https://github.com/bytecodealliance/jco/pull/$1" }, +] + +include_paths = [ + "crates/js-component-bindgen/**/*", + "crates/js-component-bindgen-component/**/*", ] \ No newline at end of file diff --git a/packages/jco-transpile/cliff.toml b/packages/jco-transpile/cliff.toml index 0cd7182c6..19b23269e 100644 --- a/packages/jco-transpile/cliff.toml +++ b/packages/jco-transpile/cliff.toml @@ -78,4 +78,8 @@ tag_pattern = "^jco-transpile-v[0-9]+.[0-9]+.[0-9]+(-beta|-rc|-alpha)?" link_parsers = [ { pattern = "\\(#(\\d+)\\)$", href = "https://github.com/bytecodealliance/jco/pull/$1" }, +] + +include_paths = [ + "packages/jco-transpile/**/*", ] \ No newline at end of file diff --git a/packages/jco/cliff.toml b/packages/jco/cliff.toml index ea8caa2ad..34138853c 100644 --- a/packages/jco/cliff.toml +++ b/packages/jco/cliff.toml @@ -78,4 +78,8 @@ tag_pattern = "^jco-v[0-9]+.[0-9]+.[0-9]+(-beta|-rc|-alpha)?" link_parsers = [ { pattern = "\\(#(\\d+)\\)$", href = "https://github.com/bytecodealliance/jco/pull/$1" }, +] + +include_paths = [ + "packages/jco/**/*", ] \ No newline at end of file diff --git a/packages/preview2-shim/cliff.toml b/packages/preview2-shim/cliff.toml index 68c31dd5d..09eafa884 100644 --- a/packages/preview2-shim/cliff.toml +++ b/packages/preview2-shim/cliff.toml @@ -78,4 +78,8 @@ tag_pattern = "^preview2-shim-v[0-9]+.[0-9]+.[0-9]+(-beta|-rc|-alpha)?" link_parsers = [ { pattern = "\\(#(\\d+)\\)$", href = "https://github.com/bytecodealliance/jco/pull/$1" }, +] + +include_paths = [ + "packages/preview2-shim/**/*", ] \ No newline at end of file diff --git a/packages/preview3-shim/cliff.toml b/packages/preview3-shim/cliff.toml index cf43fc279..1f48a94af 100644 --- a/packages/preview3-shim/cliff.toml +++ b/packages/preview3-shim/cliff.toml @@ -78,4 +78,8 @@ tag_pattern = "^preview3-shim-v[0-9]+.[0-9]+.[0-9]+(-beta|-rc|-alpha)?" link_parsers = [ { pattern = "\\(#(\\d+)\\)$", href = "https://github.com/bytecodealliance/jco/pull/$1" }, +] + +include_paths = [ + "packages/preview3-shim/**/*", ] \ No newline at end of file