4 lines
70 B
Bash
4 lines
70 B
Bash
#!/bin/bash
|
|
git tag "$(svu next)"
|
|
git push --tags
|
|
goreleaser --rm-dist |