From 93648fb3832e5ebca18f688a41676f44d71d4823 Mon Sep 17 00:00:00 2001 From: Pat Nakajima Date: Sun, 17 May 2026 20:44:44 -0700 Subject: [PATCH] add releasor2000 --- releasor2000.toml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 releasor2000.toml diff --git a/releasor2000.toml b/releasor2000.toml new file mode 100644 index 0000000..539a125 --- /dev/null +++ b/releasor2000.toml @@ -0,0 +1,36 @@ +[project] +name = "toes-matter" +auto-tag = true # detect Cargo.toml version, create/push git tag v 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