Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
F
Fintan Halpenny
build: move to use `releases/` prefix
CI — 0 passed, 1 failed
z6Mki2ag...Tyuy failure
8 months ago de38d97418458690653172cc88a881b568d410b4 History
heartwood 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"