chore(go): replace releaseprep with vociferate flows
This commit is contained in:
6
justfile
6
justfile
@@ -14,6 +14,10 @@ go-build-linux:
|
||||
go-test:
|
||||
go test ./...
|
||||
|
||||
go-security:
|
||||
gosec ./...
|
||||
govulncheck ./...
|
||||
|
||||
behavior:
|
||||
./script/run-behavior-suite-docker.sh
|
||||
|
||||
@@ -21,4 +25,4 @@ behavior-verbose:
|
||||
./script/run-behavior-suite-docker.sh --verbose
|
||||
|
||||
prepare-release version:
|
||||
./script/prepare-release.sh "{{version}}"
|
||||
@echo "Release preparation is handled by vociferate workflows."
|
||||
|
||||
Reference in New Issue
Block a user