lbry.go/scripts/release.sh

6 lines
98 B
Bash
Raw Permalink Normal View History

2019-05-10 14:10:56 +02:00
#!/usr/bin/env bash
2022-05-04 18:27:35 +02:00
go install github.com/caarlos0/svu@latest
2019-05-10 14:10:56 +02:00
git tag `svu "$1"`
git push --tags