1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[]
= ["cargo:."]
# Config for 'dist'
[]
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
= "0.31.0"
# CI backends to support
= "github"
# The installers to generate for each app
= ["shell", "powershell", "homebrew"]
# Homebrew tap to publish the generated formula to (the repo must exist and
# the release workflow needs a token that can push to it).
= "lararosekelley/homebrew-tap"
# Target platforms to build apps for (Rust target-triple syntax). Linux is
# static musl: it has no C deps (reqwest uses rustls, not OpenSSL), so the
# binary runs on any Linux - glibc, Alpine, or an older distro - from one
# artifact per arch.
= ["aarch64-apple-darwin", "aarch64-unknown-linux-musl", "x86_64-apple-darwin", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
# Path that installers should place binaries in
= "CARGO_HOME"
# Where to host releases
= "github"
# Publish to crates.io after the release builds succeed, via the custom
# reusable workflow in .github/workflows/publish-crates.yml (needs the
# CARGO_REGISTRY_TOKEN repo secret)
= ["homebrew", "./publish-crates"]
# Whether to install an updater program
= false
# Printed by the shell/powershell installers after a successful install
= "git-stk installed! Run `git stk setup` to install the man page and shell completions."
[]
= ["git-stk"]
= ["git-stk"]
= ["git-stk"]
= ["git-stk"]
= ["git-stk"]