lbry.go/scripts/release.sh
2022-05-04 18:27:35 +02:00

6 lines
98 B
Bash
Executable file

#!/usr/bin/env bash
go install github.com/caarlos0/svu@latest
git tag `svu "$1"`
git push --tags