Skip to content

Commit 22d58b0

Browse files
committed
chore: setup github actions and cargo-release
1 parent f571f90 commit 22d58b0

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

release.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# .release.toml
2+
# Configuration for cargo-release
3+
4+
# We use GitHub Actions for releasing to Homebrew as a binary,
5+
# so we disable publishing to crates.io (unless you want to publish it there too).
6+
publish = false
7+
8+
# Do not create a release commit/tag if there are uncommitted changes
9+
pre-release-commit-message = "chore: release {{version}}"
10+
tag-message = "Release {{version}}"
11+
12+
# Automatically push the tag and commits to the remote
13+
push = true

0 commit comments

Comments
 (0)