Console friendly switches and documentation

+ Add ARM64 binary release
+ Draft for github actions.
This commit is contained in:
2021-05-09 04:32:20 +01:00
parent c2efa43dcb
commit 8bbde1f600
8 changed files with 155 additions and 40 deletions
+4 -1
View File
@@ -7,4 +7,7 @@ run: build
@./semver-gen
test:
@go test ./... -v -race -cover
@go test ./... -v -race -cover
update:
@go get -u ./...