We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1269fd commit f080453Copy full SHA for f080453
rust/main/release-plz.toml
@@ -17,3 +17,8 @@ pr_draft = false
17
pr_labels = ["release"]
18
# Automatically determine next version from conventional commits
19
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