$ go test
Use: https://github.com/cespare/reflex
$ reflex -g '*.go' -d "none" -- sh -c 'printf "\n"; go test'
$ go test -race
$ go test -race -coverprofile=coverage.txt -covermode=atomic && go tool cover -html coverage.txt
$ golangci-lint run
- Update changelog with new version in
vX.X.X
format title and list of changes - Commit with
misc: vX.X.X changelog
commit message and push tomaster
- Let
craft
do the rest
$ craft prepare X.X.X
$ craft publish X.X.X --skip-status-check