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