Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
R
Rūdolfs Ošiņš
Update the release scripts to match our canonical tags 3 months ago a4a3f65ffeebad5149296c431563d6fef1c21474 History
radicle-explorer radicle-httpd 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 `releases/` prefix from version.
version=${version#releases/}

echo $version