Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions release.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# cargo-release configuration
# Install: cargo install cargo-release
# Usage: cargo release patch|minor|major

# Tag name format (v0.1.13)
tag-name = "v{{version}}"

# Push to remote after release
push = true

# Create and push git tag
tag = true

# Sign commits (set to true if you use GPG signing)
sign-commit = false
sign-tag = false

# Don't publish to crates.io (GitHub releases handle distribution)
publish = false