lbry.go/scripts/release.sh

6 lines
103 B
Bash
Raw Permalink Normal View History

2019-05-10 14:10:56 +02:00
#!/usr/bin/env bash
GO111MODULE=off go get github.com/caarlos0/svu
git tag `svu "$1"`
git push --tags