5 lines
98 B
Bash
Executable file
5 lines
98 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
go install github.com/caarlos0/svu@latest
|
|
git tag `svu "$1"`
|
|
git push --tags
|