diff --git a/BRANCHING.md b/BRANCHING.md index 49dfb98..e6ee2b1 100644 --- a/BRANCHING.md +++ b/BRANCHING.md @@ -166,7 +166,7 @@ Notes: - Do not add `Validate Governance Policy Consistency` as a global required branch-protection check because it is intentionally path-filtered; require it only on governance-touching PRs. 4. Protect tags -- Reserve release tags (for example `v*`) to maintainers only. +- Release tags (`v*`) are protected by the `tag-protection` ruleset: creation is restricted to maintainers, deletion and force-update are blocked for all actors. ## Merge Flow diff --git a/contracts/foundry.toml b/contracts/foundry.toml index c707b49..2c64fc4 100644 --- a/contracts/foundry.toml +++ b/contracts/foundry.toml @@ -27,3 +27,4 @@ libs = ["lib"] no_match_path = "test/never/**" # See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options + diff --git a/package.json b/package.json index de58421..e5e440c 100644 --- a/package.json +++ b/package.json @@ -69,3 +69,4 @@ +