Skip to content

Commit ed14344

Browse files
committed
🔧 Add release config
1 parent 0a4ac24 commit ed14344

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ tempfile = "3.10.1"
2525
[workspace.lints.clippy]
2626
print_stdout = "warn"
2727
print_stderr = "warn"
28+
29+
[workspace.metadata.release]
30+
allow-branch = ["main"]
31+
no_individual_tags = true
32+
message = "🚀 Release %v"

0 commit comments

Comments
 (0)