feat(release): update release process to include linting and testing

This commit is contained in:
2026-09-10 22:21:40 +02:00
parent 19a2cc1fe3
commit ca226e83df
6 changed files with 28 additions and 6 deletions
+2
View File
@@ -5,6 +5,8 @@ import (
"os"
)
// asciiLogo (see version.go) is printed by the `version` command.
func main() {
args := os.Args[1:]
isSilent := hasSilentFlag(args)