Skip to content

Release a source archive for 1.6.x

Hleb Valoshka edited this page Nov 5, 2023 · 4 revisions
#!/bin/sh

VERSION="$1"

cd celestia-1.6
libtoolize
autoreconf -f
cd ..

tar cJf celestia-$VERSION.tar.xz \
    --exclude-backups \
    --exclude-vcs \
    --exclude=autom4te.cache \
    --exclude=.git \
    --exclude=.github \
    --owner=root \
    --group=root \
    --dereference \
    --transform "s/^celestia-1.6/celestia-$VERSION/" \
    celestia-1.6/