Skip to content

Commit e063bbb

Browse files
committed
fix: exclude tools directory from cargo-release
- Add exclude configuration to prevent cargo-release from processing tools directory - This fixes the panic error when running cargo-release
1 parent 5d4ac58 commit e063bbb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

release.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ shared-version = true
1616
consolidate-commits = true
1717
allow-branch = ["main"]
1818

19+
# Exclude tools directory from release
20+
exclude = ["tools"]
21+
1922
# Tag configuration
2023
tag = true
2124
tag-name = "v{{version}}"

0 commit comments

Comments
 (0)