lbry.go/scripts/release.sh
2019-05-10 14:10:56 +02:00

6 lines
103 B
Bash
Executable file

#!/usr/bin/env bash
GO111MODULE=off go get github.com/caarlos0/svu
git tag `svu "$1"`
git push --tags