add releasor2000

This commit is contained in:
Pat Nakajima 2026-05-17 20:44:44 -07:00
parent 3d588a553a
commit 93648fb383

36
releasor2000.toml Normal file
View File

@ -0,0 +1,36 @@
[project]
name = "toes-matter"
auto-tag = true # detect Cargo.toml version, create/push git tag v<version> before releasing to git
# binary = "toes-matter" # defaults to project name
# package = "toes-matter" # optional workspace package override; auto-detected from binary when unique
# binaries = ["toes-matter", "toes-matter-cli"] # optional extra release assets
repo = "nakajima/toes-matter"
# version-command = "git describe --tags --abbrev=0"
[build]
command = "cargo build --release --target {target}"
artifact = "target/{target}/release/{binary}"
targets = [
"aarch64-unknown-linux-gnu",
]
[git]
type = "gitea" # defaults to "github"
base-url = "https://git.fishmt.net"
# api-base-url = "https://git.example.com/api/v1" # defaults from type/base-url
# token-env = "GITEA_TOKEN" # defaults: GITHUB_TOKEN or GITEA_TOKEN
[channels.git]
enabled = true
# [channels.homebrew]
# tap = "owner/homebrew-tap"
# formula-name = "toes-matter"
# [channels.cargo]
# crate-name = "toes-matter"
[channels.curl]
# [channels.nix]
# flake-repo = "owner/nix-repo" # defaults to project repo