Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
scripts: Add install command in changelog
cloudhead committed 1 year ago
commit 8922388caa8ad879bdc2b82267bb5122afb77a1e
parent c0aecbac3a0f5daf90f8110983c81b1ee1972090
1 file changed +11 -2
modified scripts/changelog
@@ -1,9 +1,18 @@
#!/bin/sh
set -e

-
echo "# 👾 Radicle $(git describe)"
+
tag=$(git describe)
+
version=$(echo $tag | sed 's/^v//')
+

+
echo "# 👾 Radicle $version"
+
echo
+
echo "Radicle $version ($(git rev-parse --short HEAD)) is released."
+
echo
+
echo "## Installation"
echo
-
echo "Radicle $(git describe) ($(git rev-parse --short HEAD)) is released."
+
echo '```'
+
echo "curl -sSf https://radicle.xyz/install | sh -s -- --no-modify-path --version=$version"
+
echo '```'
echo
echo "## Notes"
echo