add releasor2000
This commit is contained in:
parent
1bbd7c3573
commit
63f19ae668
36
releasor2000.toml
Normal file
36
releasor2000.toml
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user