@@ -0,0 +1,18 @@
EXEC=bumpversion.run
all: build
fix:
@go fix ./...
build: fix
@go build -o ./${EXEC} ./src
tests: build
@go test ./...
run:
@./${EXEC}
clean:
@rm -rf ./${EXEC}%
The note is not visible to the blocked user.