add releasor
This commit is contained in:
parent
72dfe96827
commit
78453672b8
38
releasor2000.toml
Normal file
38
releasor2000.toml
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
[project]
|
||||
name = "rgbled"
|
||||
auto-tag = true # detect Cargo.toml version, create/push git tag v<version> before releasing to git
|
||||
# binary = "rgbled" # defaults to project name
|
||||
# binaries = ["rgbled", "rgbled-cli"] # optional extra release assets
|
||||
repo = "nakajima/rgbled"
|
||||
# version-command = "git describe --tags --abbrev=0"
|
||||
|
||||
[build]
|
||||
command = "cargo build --release --target {target}"
|
||||
artifact = "target/{target}/release/{binary}"
|
||||
targets = [
|
||||
"x86_64-apple-darwin",
|
||||
"aarch64-apple-darwin",
|
||||
"x86_64-unknown-linux-gnu",
|
||||
"aarch64-unknown-linux-gnu",
|
||||
]
|
||||
|
||||
[git]
|
||||
type = "gitea" # defaults to "github"
|
||||
base-url = "https://git.nose.space"
|
||||
# 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 = "rgbled"
|
||||
|
||||
# [channels.cargo]
|
||||
# crate-name = "rgbled"
|
||||
|
||||
[channels.curl]
|
||||
|
||||
# [channels.nix]
|
||||
# flake-repo = "owner/nix-repo" # defaults to project repo
|
||||
Loading…
Reference in New Issue
Block a user