Skip to content

Commit f080453

Browse files
committed
configure release-plz to ignore specific paths
1 parent a1269fd commit f080453

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rust/main/release-plz.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ pr_draft = false
1717
pr_labels = ["release"]
1818
# Automatically determine next version from conventional commits
1919
semver_check = false
20+
# Ignore generated test files and keys that may be present in CI
21+
git_allow_list = [
22+
"!**/chains/hyperlane-starknet/src/contracts/mod.rs",
23+
"!**/sealevel/environments/local-e2e/**/keys/*.json"
24+
]

0 commit comments

Comments
 (0)