Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
E
Erik Kundt
chore: Move to local release builds
CI — 1 passed, 1 failed
z6Mkucmv...fJax failure z6Mki2ag...Tyuy success
5 months ago 954d7bfbea16015cb047f2e8c8b7d0531fec8142 History
radicle-tui build radicle-build version
#!/bin/sh

if ! version="$(git describe --match='releases/*' --candidates=1 2>/dev/null)"; then
  echo "fatal: no version tag found by 'git describe'" >&2 ; exit 1
fi
# Remove the `releases/` prefix from version.
version=${version#releases/}

echo "$version"